#182DCB

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

Shades of Persian Blue #182DCB

Tints of Persian Blue #182DCB

Color information

#182DCB (or 0x182DCB) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and CB. RGB value is (24,45,203). Sum of RGB (Red+Green+Blue) = 24+45+203=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #182DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DCB is #E7D234. Grayscale: #383838. Windows color (decimal): -15192629 or 13315352. OLE color: 13315352.

HSL color Cylindrical-coordinate representation of color #182DCB: hue angle of 232.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182DCB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2445203-
CMYK0.880.7800.20
HSL232.96º78.85%44.51%-
HSV(B)232.96º88.18%79.61%-
XYZ12.096.3857.09-
YUV56.73210.54104.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 203 (79.69% from 255) = 74.63%
R=8.82%
G=16.54%
B=74.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24452030.880.7800.20232.9678.8544.51
Hex182DCB584E014e94f2d
Octal305531313011602435111755
Binary110001011011100101110110001001110010100111010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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