Html Css Color HEX #022973 Sapphire

📋 copy color: '#022973'

red 2 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #022973

Tints of Sapphire #022973

RGB

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

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

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

R = 1.27%
G = 25.95%
B = 72.78%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022973 (or 0x022973) is known color: Sapphire. HEX triplet: 02, 29 and 73. RGB value is (2,41,115). Sum of RGB (Red+Green+Blue) = 2+41+115=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #022973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022973 is #FDD68C. Grayscale: #252525. Windows color (decimal): -16635533 or 7547138. OLE color: 7547138.

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

Color convert

RGB 2 41 115 -
CMYK 0.98 0.64 0 0.55
HSL 219.29º 0.97% 0.23% -
HSV(B) 219.29º 0.98% 0.45% -
XYZ 3.91 2.84 16.56 -
YUV 37.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 2 41 115 0.98 0.64 0 0.55 219.29 0.97 0.23
Hex 2 29 73 62 40 0 37 DB 61 17
Octal 2 51 163 142 100 0 67 333 141 27
Binary 10 101001 1110011 1100010 1000000 0 110111 11011011 1100001 10111

Color Harmonies of #022973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022973

Black with #022973

Text Example


Text Example

White with #022973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022973; }

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

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

background-color css

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

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

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

border-color css

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

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

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