#182DDC

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

Shades of Persian Blue #182DDC

Tints of Persian Blue #182DDC

Color information

#182DDC (or 0x182DDC) is unknown color: approx Persian Blue. HEX triplet: 18, 2D and DC. RGB value is (24,45,220). Sum of RGB (Red+Green+Blue) = 24+45+220=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #182DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #182DDC is #E7D223. Grayscale: #393939. Windows color (decimal): -15192612 or 14429464. OLE color: 14429464.

HSL color Cylindrical-coordinate representation of color #182DDC: hue angle of 233.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182DDC is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2445220-
CMYK0.890.8000.14
HSL233.57º80.33%47.84%-
HSV(B)233.57º89.09%86.27%-
XYZ14.237.2468.36-
YUV58.67219.04103.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 220 (86.33% from 255) = 76.12%
R=8.30%
G=15.57%
B=76.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal24452200.890.8000.14233.5780.3347.84
Hex182DDC59500Eea5030
Octal305533413112001635212060
Binary11000101101110111001011001101000001110111010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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