#182E5C

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

Shades of Sapphire #182E5C

Tints of Sapphire #182E5C

Color information

#182E5C (or 0x182E5C) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 5C. RGB value is (24,46,92). Sum of RGB (Red+Green+Blue) = 24+46+92=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #182E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E5C is #E7D1A3. Grayscale: #2C2C2C. Windows color (decimal): -15192484 or 6041112. OLE color: 6041112.

HSL color Cylindrical-coordinate representation of color #182E5C: hue angle of 220.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182E5C is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244692-
CMYK0.740.5000.64
HSL220.59º58.62%22.75%-
HSV(B)220.59º73.91%36.08%-
XYZ3.292.9210.52-
YUV44.67154.71113.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=14.81%
G=28.40%
B=56.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2446920.740.5000.64220.5958.6222.75
Hex182E5C4A32040dd3b17
Octal30561341126201003357327
Binary1100010111010111001001010110010010000001101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,92); }

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

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

 a { background-color: rgb(24,46,92); }

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

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

 span { border-color: rgb(24,46,92); }

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