#02245A

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

Shades of Sapphire #02245A

Tints of Sapphire #02245A

Color information

#02245A (or 0x02245A) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 5A. RGB value is (2,36,90). Sum of RGB (Red+Green+Blue) = 2+36+90=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #02245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02245A is #FDDBA5. Grayscale: #1F1F1F. Windows color (decimal): -16636838 or 5907458. OLE color: 5907458.

HSL color Cylindrical-coordinate representation of color #02245A: hue angle of 216.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02245A is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23690-
CMYK0.980.6000.65
HSL216.82º95.65%18.04%-
HSV(B)216.82º97.78%35.29%-
XYZ2.52.019.93-
YUV31.99160.74106.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 90 (35.55% from 255) = 70.31%
R=1.56%
G=28.12%
B=70.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal236900.980.6000.65216.8295.6518.04
Hex2245A623C041d96012
Octal24413214274010133114022
Binary10100100101101011000101111000100000111011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02245A; }

 p { color: rgb(2,36,90); }

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

<style>
 a { background-color: #02245A; }

 a { background-color: rgb(2,36,90); }

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

<style>
 span { border-color: #02245A; }

 span { border-color: rgb(2,36,90); }

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