#1832BA

Color #1832BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1832BA

Tints of Persian Blue #1832BA

Color information

#1832BA (or 0x1832BA) is unknown color: approx Persian Blue. HEX triplet: 18, 32 and BA. RGB value is (24,50,186). Sum of RGB (Red+Green+Blue) = 24+50+186=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #1832BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1832BA is #E7CD45. Grayscale: #393939. Windows color (decimal): -15191366 or 12202520. OLE color: 12202520.

HSL color Cylindrical-coordinate representation of color #1832BA: hue angle of 230.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1832BA is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2450186-
CMYK0.870.7300.27
HSL230.37º77.14%41.18%-
HSV(B)230.37º87.1%72.94%-
XYZ10.386.0247.07-
YUV57.73200.39103.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 186 (73.05% from 255) = 71.54%
R=9.23%
G=19.23%
B=71.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24501860.870.7300.27230.3777.1441.18
Hex1832BA574901Be64d29
Octal306227212711103334611551
Binary110001100101011101010101111001001011011111001101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1832BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1832BA; }

 p { color: rgb(24,50,186); }

 H1.HeaderClassName
 {
   color: #1832BA;
 }
 .AnyTagClassName
 {
   color: #1832BA;
 }
</style>
background-color css

<style>
 a { background-color: #1832BA; }

 a { background-color: rgb(24,50,186); }

 div.DivClassName
 {
   background-color: #1832BA;
 }
 .BgClassName
 {
   background-color: #1832BA;
 }
</style>
border-color css

<style>
 span { border-color: #1832BA; }

 span { border-color: rgb(24,50,186); }

 td.TdClassName
 {
   border-color: #1832BA;
 }
 .TagClassName
 {
   border-color: #1832BA;
 }
</style>