#022074

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

Shades of Sapphire #022074

Tints of Sapphire #022074

Color information

#022074 (or 0x022074) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 74. RGB value is (2,32,116). Sum of RGB (Red+Green+Blue) = 2+32+116=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #022074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022074 is #FDDF8B. Grayscale: #202020. Windows color (decimal): -16637836 or 7610370. OLE color: 7610370.

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

Color convert

RGB232116-
CMYK0.980.7200.55
HSL224.21º96.61%23.14%-
HSV(B)224.21º98.28%45.49%-
XYZ3.692.3116.77-
YUV32.61175.06106.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 116 (45.70% from 255) = 77.33%
R=1.33%
G=21.33%
B=77.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2321160.980.7200.55224.2196.6123.14
Hex220746248037e06117
Octal24016414211006734014127
Binary10100000111010011000101001000011011111100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022074; }

 p { color: rgb(2,32,116); }

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

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

 a { background-color: rgb(2,32,116); }

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

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

 span { border-color: rgb(2,32,116); }

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