#02245C

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

Shades of Sapphire #02245C

Tints of Sapphire #02245C

Color information

#02245C (or 0x02245C) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 5C. RGB value is (2,36,92). Sum of RGB (Red+Green+Blue) = 2+36+92=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #02245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02245C is #FDDBA3. Grayscale: #1F1F1F. Windows color (decimal): -16636836 or 6038530. OLE color: 6038530.

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

Color convert

RGB23692-
CMYK0.980.6100.64
HSL217.33º95.74%18.43%-
HSV(B)217.33º97.83%36.08%-
XYZ2.592.0510.38-
YUV32.22161.74106.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 92 (36.33% from 255) = 70.77%
R=1.54%
G=27.69%
B=70.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal236920.980.6100.64217.3395.7418.43
Hex2245C623D040d96012
Octal24413414275010033114022
Binary10100100101110011000101111010100000011011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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