#022572

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

Shades of Sapphire #022572

Tints of Sapphire #022572

Color information

#022572 (or 0x022572) is unknown color: approx Sapphire. HEX triplet: 02, 25 and 72. RGB value is (2,37,114). Sum of RGB (Red+Green+Blue) = 2+37+114=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #022572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022572 is #FDDA8D. Grayscale: #222222. Windows color (decimal): -16636558 or 7480578. OLE color: 7480578.

HSL color Cylindrical-coordinate representation of color #022572: hue angle of 221.25º 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 #022572 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB237114-
CMYK0.980.6800.55
HSL221.25º96.55%22.75%-
HSV(B)221.25º98.25%44.71%-
XYZ3.722.5516.22-
YUV35.31172.4104.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=1.31%
G=24.18%
B=74.51%

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
Decimal2371140.980.6800.55221.2596.5522.75
Hex225726244037dd6117
Octal24516214210406733514127
Binary10100101111001011000101000100011011111011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022572; }

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

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

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

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

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

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

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

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