Html Css Color HEX #022A6A Sapphire

📋 copy color: '#022A6A'

red 2 ◦ green 42 ◦ blue 106

#022A6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #022A6A

Tints of Sapphire #022A6A

RGB

 RED value IS 2 (1.17% from 255) = 1.33%

 GREEN value IS 42 (16.8% from 255) = 28%

 BLUE value IS 106 (41.8% from 255) = 70.67%

R = 1.33%
G = 28%
B = 70.67%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#022A6A (or 0x022A6A) is known color: 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

RGB 2 42 106 -
CMYK 0.98 0.60 0 0.58
HSL 216.92º 0.96% 0.21% -
HSV(B) 216.92º 0.98% 0.42% -
XYZ 3.45 2.71 13.98 -
YUV 37.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 2 42 106 0.98 0.60 0 0.58 216.92 0.96 0.21
Hex 2 2A 6A 62 3C 0 3A D9 60 15
Octal 2 52 152 142 74 0 72 331 140 25
Binary 10 101010 1101010 1100010 111100 0 111010 11011001 1100000 10101

Color Harmonies of #022A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A6A

Black with #022A6A

Text Example


Text Example

White with #022A6A

Text Example


Text Example

HTML Codes & Css Web 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>