Html Css Color HEX #022970 Sapphire

📋 copy color: '#022970'

red 2 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #022970

Tints of Sapphire #022970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 1.29%
G = 26.45%
B = 72.26%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022970 (or 0x022970) is known color: Sapphire. HEX triplet: 02, 29 and 70. RGB value is (2,41,112). Sum of RGB (Red+Green+Blue) = 2+41+112=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #022970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022970 is #FDD68F. Grayscale: #252525. Windows color (decimal): -16635536 or 7350530. OLE color: 7350530.

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

Color convert

RGB 2 41 112 -
CMYK 0.98 0.63 0 0.56
HSL 218.73º 0.96% 0.22% -
HSV(B) 218.73º 0.98% 0.44% -
XYZ 3.74 2.77 15.67 -
YUV 37.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 2 41 112 0.98 0.63 0 0.56 218.73 0.96 0.22
Hex 2 29 70 62 3F 0 38 DB 60 16
Octal 2 51 160 142 77 0 70 333 140 26
Binary 10 101001 1110000 1100010 111111 0 111000 11011011 1100000 10110

Color Harmonies of #022970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022970

Black with #022970

Text Example


Text Example

White with #022970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022970; }

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

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

background-color css

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

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

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

border-color css

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

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

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