#022C6F

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

Shades of Sapphire #022C6F

Tints of Sapphire #022C6F

Color information

#022C6F (or 0x022C6F) is unknown color: approx Sapphire. HEX triplet: 02, 2C and 6F. RGB value is (2,44,111). Sum of RGB (Red+Green+Blue) = 2+44+111=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #022C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C6F is #FDD390. Grayscale: #262626. Windows color (decimal): -16634769 or 7285762. OLE color: 7285762.

HSL color Cylindrical-coordinate representation of color #022C6F: hue angle of 216.88º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C6F is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB244111-
CMYK0.980.6000.56
HSL216.88º96.46%22.16%-
HSV(B)216.88º98.2%43.53%-
XYZ3.792.9615.41-
YUV39.08168.59101.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=1.27%
G=28.03%
B=70.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2441110.980.6000.56216.8896.4622.16
Hex22C6F623C038d96016
Octal2541571427407033114026
Binary1010110011011111100010111100011100011011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022C6F; }

 p { color: rgb(2,44,111); }

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

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

 a { background-color: rgb(2,44,111); }

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

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

 span { border-color: rgb(2,44,111); }

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