Html Css Color HEX #022979 Sapphire

📋 copy color: '#022979'

red 2 ◦ green 41 ◦ blue 121

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

Shades of Sapphire #022979

Tints of Sapphire #022979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.78%

R = 1.22%
G = 25%
B = 73.78%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022979 (or 0x022979) is known color: Sapphire. HEX triplet: 02, 29 and 79. RGB value is (2,41,121). Sum of RGB (Red+Green+Blue) = 2+41+121=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #022979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022979 is #FDD686. Grayscale: #262626. Windows color (decimal): -16635527 or 7940354. OLE color: 7940354.

HSL color Cylindrical-coordinate representation of color #022979: hue angle of 220.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022979 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 41 121 -
CMYK 0.98 0.66 0 0.53
HSL 220.34º 0.97% 0.24% -
HSV(B) 220.34º 0.98% 0.47% -
XYZ 4.27 2.98 18.44 -
YUV 38.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 2 41 121 0.98 0.66 0 0.53 220.34 0.97 0.24
Hex 2 29 79 62 42 0 35 DC 61 18
Octal 2 51 171 142 102 0 65 334 141 30
Binary 10 101001 1111001 1100010 1000010 0 110101 11011100 1100001 11000

Color Harmonies of #022979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022979

Black with #022979

Text Example


Text Example

White with #022979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022979; }

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

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

background-color css

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

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

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

border-color css

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

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

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