Html Css Color HEX #022A70 Sapphire

📋 copy color: '#022A70'

red 2 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #022A70

Tints of Sapphire #022A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 1.28%
G = 26.92%
B = 71.79%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022A70 (or 0x022A70) is known color: Sapphire. HEX triplet: 02, 2A and 70. RGB value is (2,42,112). Sum of RGB (Red+Green+Blue) = 2+42+112=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #022A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A70 is #FDD58F. Grayscale: #252525. Windows color (decimal): -16635280 or 7350786. OLE color: 7350786.

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

Color convert

RGB 2 42 112 -
CMYK 0.98 0.62 0 0.56
HSL 218.18º 0.96% 0.22% -
HSV(B) 218.18º 0.98% 0.44% -
XYZ 3.78 2.84 15.68 -
YUV 38.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 2 42 112 0.98 0.62 0 0.56 218.18 0.96 0.22
Hex 2 2A 70 62 3E 0 38 DA 60 16
Octal 2 52 160 142 76 0 70 332 140 26
Binary 10 101010 1110000 1100010 111110 0 111000 11011010 1100000 10110

Color Harmonies of #022A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A70

Black with #022A70

Text Example


Text Example

White with #022A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #022A70;
 }
 .AnyTagClassName
 {
   color: #022A70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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