Html Css Color HEX #022773 Sapphire

📋 copy color: '#022773'

red 2 ◦ green 39 ◦ blue 115

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

Shades of Sapphire #022773

Tints of Sapphire #022773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 1.28%
G = 25%
B = 73.72%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022773 (or 0x022773) is known color: Sapphire. HEX triplet: 02, 27 and 73. RGB value is (2,39,115). Sum of RGB (Red+Green+Blue) = 2+39+115=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #022773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022773 is #FDD88C. Grayscale: #242424. Windows color (decimal): -16636045 or 7546626. OLE color: 7546626.

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

Color convert

RGB 2 39 115 -
CMYK 0.98 0.66 0 0.55
HSL 220.35º 0.97% 0.23% -
HSV(B) 220.35º 0.98% 0.45% -
XYZ 3.85 2.7 16.54 -
YUV 36.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 2 39 115 0.98 0.66 0 0.55 220.35 0.97 0.23
Hex 2 27 73 62 42 0 37 DC 61 17
Octal 2 47 163 142 102 0 67 334 141 27
Binary 10 100111 1110011 1100010 1000010 0 110111 11011100 1100001 10111

Color Harmonies of #022773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022773

Black with #022773

Text Example


Text Example

White with #022773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022773; }

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

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

background-color css

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

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

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

border-color css

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

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

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