#022A6A

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

Shades of Sapphire #022A6A

Tints of Sapphire #022A6A

Color information

#022A6A (or 0x022A6A) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 6A. RGB value is (2,42,106). Sum of RGB (Red+Green+Blue) = 2+42+106=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #022A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A6A is #FDD595. Grayscale: #252525. Windows color (decimal): -16635286 or 6957570. OLE color: 6957570.

HSL color Cylindrical-coordinate representation of color #022A6A: hue angle of 216.92º 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 #022A6A is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB242106-
CMYK0.980.6000.58
HSL216.92º96.3%21.18%-
HSV(B)216.92º98.11%41.57%-
XYZ3.452.7113.98-
YUV37.34166.75102.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=1.33%
G=28%
B=70.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2421060.980.6000.58216.9296.321.18
Hex22A6A623C03Ad96015
Octal2521521427407233114025
Binary1010101011010101100010111100011101011011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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