#18225E

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

Shades of Sapphire #18225E

Tints of Sapphire #18225E

Color information

#18225E (or 0x18225E) is unknown color: approx Sapphire. HEX triplet: 18, 22 and 5E. RGB value is (24,34,94). Sum of RGB (Red+Green+Blue) = 24+34+94=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #18225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225E is #E7DDA1. Grayscale: #252525. Windows color (decimal): -15195554 or 6169112. OLE color: 6169112.

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

Color convert

RGB243494-
CMYK0.740.6400.63
HSL231.43º59.32%23.14%-
HSV(B)231.43º74.47%36.86%-
XYZ2.972.1510.85-
YUV37.85159.69118.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 94 (37.11% from 255) = 61.84%
R=15.79%
G=22.37%
B=61.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2434940.740.6400.63231.4359.3223.14
Hex18225E4A4003Fe73b17
Octal30421361121000773477327
Binary1100010001010111101001010100000001111111110011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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