#182DB1

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

Shades of Persian Blue #182DB1

Tints of Persian Blue #182DB1

Color information

#182DB1 (or 0x182DB1) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and B1. RGB value is (24,45,177). Sum of RGB (Red+Green+Blue) = 24+45+177=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #182DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182DB1 is #E7D24E. Grayscale: #353535. Windows color (decimal): -15192655 or 11611416. OLE color: 11611416.

HSL color Cylindrical-coordinate representation of color #182DB1: hue angle of 231.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182DB1 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2445177-
CMYK0.860.7500.31
HSL231.76º76.12%39.41%-
HSV(B)231.76º86.44%69.41%-
XYZ9.255.2542.12-
YUV53.77197.54106.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 177 (69.53% from 255) = 71.95%
R=9.76%
G=18.29%
B=71.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24451770.860.7500.31231.7676.1239.41
Hex182DB1564B01Fe84c27
Octal305526112611303735011447
Binary110001011011011000110101101001011011111111010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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