Html Css Color HEX #022073 Sapphire

📋 copy color: '#022073'

red 2 ◦ green 32 ◦ blue 115

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

Shades of Sapphire #022073

Tints of Sapphire #022073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 77.18%

R = 1.34%
G = 21.48%
B = 77.18%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022073 (or 0x022073) is known color: Sapphire. HEX triplet: 02, 20 and 73. RGB value is (2,32,115). Sum of RGB (Red+Green+Blue) = 2+32+115=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #022073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022073 is #FDDF8C. Grayscale: #202020. Windows color (decimal): -16637837 or 7544834. OLE color: 7544834.

HSL color Cylindrical-coordinate representation of color #022073: hue angle of 224.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022073 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 32 115 -
CMYK 0.98 0.72 0 0.55
HSL 224.07º 0.97% 0.23% -
HSV(B) 224.07º 0.98% 0.45% -
XYZ 3.64 2.28 16.47 -
YUV 32.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 2 32 115 0.98 0.72 0 0.55 224.07 0.97 0.23
Hex 2 20 73 62 48 0 37 E0 61 17
Octal 2 40 163 142 110 0 67 340 141 27
Binary 10 100000 1110011 1100010 1001000 0 110111 11100000 1100001 10111

Color Harmonies of #022073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022073

Black with #022073

Text Example


Text Example

White with #022073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022073; }

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

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

background-color css

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

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

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

border-color css

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

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

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