Html Css Color HEX #022276 Sapphire

📋 copy color: '#022276'

red 2 ◦ green 34 ◦ blue 118

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

Shades of Sapphire #022276

Tints of Sapphire #022276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

 BLUE value IS 118 (46.48% from 255) = 76.62%

R = 1.3%
G = 22.08%
B = 76.62%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022276 (or 0x022276) is known color: Sapphire. HEX triplet: 02, 22 and 76. RGB value is (2,34,118). Sum of RGB (Red+Green+Blue) = 2+34+118=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #022276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022276 is #FDDD89. Grayscale: #212121. Windows color (decimal): -16637322 or 7741954. OLE color: 7741954.

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

Color convert

RGB 2 34 118 -
CMYK 0.98 0.71 0 0.54
HSL 223.45º 0.97% 0.24% -
HSV(B) 223.45º 0.98% 0.46% -
XYZ 3.87 2.46 17.41 -
YUV 34.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 2 34 118 0.98 0.71 0 0.54 223.45 0.97 0.24
Hex 2 22 76 62 47 0 36 DF 61 18
Octal 2 42 166 142 107 0 66 337 141 30
Binary 10 100010 1110110 1100010 1000111 0 110110 11011111 1100001 11000

Color Harmonies of #022276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022276

Black with #022276

Text Example


Text Example

White with #022276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022276; }

 p { color: rgb(2,34,118); }

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

background-color css

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

 a { background-color: rgb(2,34,118); }

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

border-color css

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

 span { border-color: rgb(2,34,118); }

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