#022374

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

Shades of Sapphire #022374

Tints of Sapphire #022374

Color information

#022374 (or 0x022374) is unknown color: approx Sapphire. HEX triplet: 02, 23 and 74. RGB value is (2,35,116). Sum of RGB (Red+Green+Blue) = 2+35+116=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #022374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022374 is #FDDC8B. Grayscale: #222222. Windows color (decimal): -16637068 or 7611138. OLE color: 7611138.

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

Color convert

RGB235116-
CMYK0.980.7000.55
HSL222.63º96.61%23.14%-
HSV(B)222.63º98.28%45.49%-
XYZ3.782.4816.8-
YUV34.37174.07104.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=1.31%
G=22.88%
B=75.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2351160.980.7000.55222.6396.6123.14
Hex223746246037df6117
Octal24316414210606733714127
Binary10100011111010011000101000110011011111011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022374; }

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

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

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

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

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

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

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

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