#182C66

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

Shades of Sapphire #182C66

Tints of Sapphire #182C66

Color information

#182C66 (or 0x182C66) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 66. RGB value is (24,44,102). Sum of RGB (Red+Green+Blue) = 24+44+102=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #182C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C66 is #E7D399. Grayscale: #2C2C2C. Windows color (decimal): -15192986 or 6695960. OLE color: 6695960.

HSL color Cylindrical-coordinate representation of color #182C66: hue angle of 224.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182C66 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2444102-
CMYK0.760.5700.6
HSL224.62º61.9%24.71%-
HSV(B)224.62º76.47%40%-
XYZ3.682.9512.95-
YUV44.63160.37113.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 102 (40.23% from 255) = 60%
R=14.12%
G=25.88%
B=60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24441020.760.5700.6224.6261.924.71
Hex182C664C3903Ce13e19
Octal3054146114710743417631
Binary110001011001100110100110011100101111001110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,102); }

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

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

 a { background-color: rgb(24,44,102); }

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

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

 span { border-color: rgb(24,44,102); }

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