#18245D

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

Shades of Sapphire #18245D

Tints of Sapphire #18245D

Color information

#18245D (or 0x18245D) is unknown color: approx Sapphire. HEX triplet: 18, 24 and 5D. RGB value is (24,36,93). Sum of RGB (Red+Green+Blue) = 24+36+93=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #18245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18245D is #E7DBA2. Grayscale: #262626. Windows color (decimal): -15195043 or 6104088. OLE color: 6104088.

HSL color Cylindrical-coordinate representation of color #18245D: hue angle of 229.57º 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 #18245D is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243693-
CMYK0.740.6100.64
HSL229.57º58.97%22.94%-
HSV(B)229.57º74.19%36.47%-
XYZ2.982.2510.63-
YUV38.91158.52117.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=15.69%
G=23.53%
B=60.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2436930.740.6100.64229.5758.9722.94
Hex18245D4A3D040e63b17
Octal30441351127501003467327
Binary1100010010010111011001010111101010000001110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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