#18245E

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

Shades of Sapphire #18245E

Tints of Sapphire #18245E

Color information

#18245E (or 0x18245E) is unknown color: approx Sapphire. HEX triplet: 18, 24 and 5E. RGB value is (24,36,94). Sum of RGB (Red+Green+Blue) = 24+36+94=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #18245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18245E is #E7DBA1. Grayscale: #262626. Windows color (decimal): -15195042 or 6169624. OLE color: 6169624.

HSL color Cylindrical-coordinate representation of color #18245E: hue angle of 229.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18245E is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB243694-
CMYK0.740.6200.63
HSL229.71º59.32%23.14%-
HSV(B)229.71º74.47%36.86%-
XYZ3.032.2610.87-
YUV39.02159.02117.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=15.58%
G=23.38%
B=61.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2436940.740.6200.63229.7159.3223.14
Hex18245E4A3E03Fe63b17
Octal3044136112760773467327
Binary110001001001011110100101011111001111111110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18245E; }

 p { color: rgb(24,36,94); }

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

<style>
 a { background-color: #18245E; }

 a { background-color: rgb(24,36,94); }

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

<style>
 span { border-color: #18245E; }

 span { border-color: rgb(24,36,94); }

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