#182C5F

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

Shades of Sapphire #182C5F

Tints of Sapphire #182C5F

Color information

#182C5F (or 0x182C5F) is unknown color: approx Sapphire. HEX triplet: 18, 2C and 5F. RGB value is (24,44,95). Sum of RGB (Red+Green+Blue) = 24+44+95=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #182C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C5F is #E7D3A0. Grayscale: #2B2B2B. Windows color (decimal): -15192993 or 6237208. OLE color: 6237208.

HSL color Cylindrical-coordinate representation of color #182C5F: hue angle of 223.1º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182C5F is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB244495-
CMYK0.750.5400.63
HSL223.1º59.66%23.33%-
HSV(B)223.1º74.74%37.25%-
XYZ3.342.8211.19-
YUV43.83156.87113.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=14.72%
G=26.99%
B=58.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2444950.750.5400.63223.159.6623.33
Hex182C5F4B3603Fdf3c17
Octal3054137113660773377427
Binary110001011001011111100101111011001111111101111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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