#182DB4

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

Shades of Persian Blue #182DB4

Tints of Persian Blue #182DB4

Color information

#182DB4 (or 0x182DB4) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and B4. RGB value is (24,45,180). Sum of RGB (Red+Green+Blue) = 24+45+180=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #182DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DB4 is #E7D24B. Grayscale: #353535. Windows color (decimal): -15192652 or 11808024. OLE color: 11808024.

HSL color Cylindrical-coordinate representation of color #182DB4: hue angle of 231.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182DB4 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2445180-
CMYK0.870.7500.29
HSL231.92º76.47%40%-
HSV(B)231.92º86.67%70.59%-
XYZ9.555.3743.71-
YUV54.11199.04106.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 180 (70.70% from 255) = 72.29%
R=9.64%
G=18.07%
B=72.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24451800.870.7500.29231.9276.4740
Hex182DB4574B01De84c28
Octal305526412711303535011450
Binary110001011011011010010101111001011011101111010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182DB4; }

 p { color: rgb(24,45,180); }

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

<style>
 a { background-color: #182DB4; }

 a { background-color: rgb(24,45,180); }

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

<style>
 span { border-color: #182DB4; }

 span { border-color: rgb(24,45,180); }

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