#022472

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

Shades of Sapphire #022472

Tints of Sapphire #022472

Color information

#022472 (or 0x022472) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 72. RGB value is (2,36,114). Sum of RGB (Red+Green+Blue) = 2+36+114=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #022472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022472 is #FDDB8D. Grayscale: #222222. Windows color (decimal): -16636814 or 7480322. OLE color: 7480322.

HSL color Cylindrical-coordinate representation of color #022472: hue angle of 221.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022472 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB236114-
CMYK0.980.6800.55
HSL221.79º96.55%22.75%-
HSV(B)221.79º98.25%44.71%-
XYZ3.692.4916.21-
YUV34.73172.74104.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 114 (44.92% from 255) = 75%
R=1.32%
G=23.68%
B=75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2361140.980.6800.55221.7996.5522.75
Hex224726244037de6117
Octal24416214210406733614127
Binary10100100111001011000101000100011011111011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022472; }

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

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

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

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

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

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

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

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