#182DCF

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

Shades of Persian Blue #182DCF

Tints of Persian Blue #182DCF

Color information

#182DCF (or 0x182DCF) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and CF. RGB value is (24,45,207). Sum of RGB (Red+Green+Blue) = 24+45+207=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #182DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DCF is #E7D230. Grayscale: #383838. Windows color (decimal): -15192625 or 13577496. OLE color: 13577496.

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

Color convert

RGB2445207-
CMYK0.880.7800.19
HSL233.11º79.22%45.29%-
HSV(B)233.11º88.41%81.18%-
XYZ12.586.5859.64-
YUV57.19212.54104.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 207 (81.25% from 255) = 75%
R=8.70%
G=16.30%
B=75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24452070.880.7800.19233.1179.2245.29
Hex182DCF584E013e94f2d
Octal305531713011602335111755
Binary110001011011100111110110001001110010011111010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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