#022A6B

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

Shades of Sapphire #022A6B

Tints of Sapphire #022A6B

Color information

#022A6B (or 0x022A6B) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 6B. RGB value is (2,42,107). Sum of RGB (Red+Green+Blue) = 2+42+107=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #022A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A6B is #FDD594. Grayscale: #252525. Windows color (decimal): -16635285 or 7023106. OLE color: 7023106.

HSL color Cylindrical-coordinate representation of color #022A6B: hue angle of 217.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A6B is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB242107-
CMYK0.980.6100.58
HSL217.14º96.33%21.37%-
HSV(B)217.14º98.13%41.96%-
XYZ3.512.7314.25-
YUV37.45167.25102.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 107 (42.19% from 255) = 70.86%
R=1.32%
G=27.81%
B=70.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2421070.980.6100.58217.1496.3321.37
Hex22A6B623D03Ad96015
Octal2521531427507233114025
Binary1010101011010111100010111101011101011011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,107); }

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

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

 a { background-color: rgb(2,42,107); }

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

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

 span { border-color: rgb(2,42,107); }

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