Html Css Color HEX #022049 Sapphire

📋 copy color: '#022049'

red 2 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #022049

Tints of Sapphire #022049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

 BLUE value IS 73 (28.91% from 255) = 68.22%

R = 1.87%
G = 29.91%
B = 68.22%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022049 (or 0x022049) is known color: Sapphire. HEX triplet: 02, 20 and 49. RGB value is (2,32,73). Sum of RGB (Red+Green+Blue) = 2+32+73=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #022049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022049 is #FDDFB6. Grayscale: #1B1B1B. Windows color (decimal): -16637879 or 4792322. OLE color: 4792322.

HSL color Cylindrical-coordinate representation of color #022049: hue angle of 214.65º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022049 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 32 73 -
CMYK 0.97 0.56 0 0.71
HSL 214.65º 0.95% 0.15% -
HSV(B) 214.65º 0.97% 0.29% -
XYZ 1.74 1.53 6.51 -
YUV 27.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 2 32 73 0.97 0.56 0 0.71 214.65 0.95 0.15
Hex 2 20 49 61 38 0 47 D7 5F F
Octal 2 40 111 141 70 0 107 327 137 17
Binary 10 100000 1001001 1100001 111000 0 1000111 11010111 1011111 1111

Color Harmonies of #022049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022049

Black with #022049

Text Example


Text Example

White with #022049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022049; }

 p { color: rgb(2,32,73); }

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

background-color css

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

 a { background-color: rgb(2,32,73); }

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

border-color css

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

 span { border-color: rgb(2,32,73); }

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