Html Css Color HEX #022576 Sapphire

📋 copy color: '#022576'

red 2 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #022576

Tints of Sapphire #022576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 1.27%
G = 23.57%
B = 75.16%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022576 (or 0x022576) is known color: Sapphire. HEX triplet: 02, 25 and 76. RGB value is (2,37,118). Sum of RGB (Red+Green+Blue) = 2+37+118=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #022576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022576 is #FDDA89. Grayscale: #232323. Windows color (decimal): -16636554 or 7742722. OLE color: 7742722.

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

Color convert

RGB 2 37 118 -
CMYK 0.98 0.69 0 0.54
HSL 221.9º 0.97% 0.24% -
HSV(B) 221.9º 0.98% 0.46% -
XYZ 3.96 2.64 17.44 -
YUV 35.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 2 37 118 0.98 0.69 0 0.54 221.9 0.97 0.24
Hex 2 25 76 62 45 0 36 DE 61 18
Octal 2 45 166 142 105 0 66 336 141 30
Binary 10 100101 1110110 1100010 1000101 0 110110 11011110 1100001 11000

Color Harmonies of #022576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022576

Black with #022576

Text Example


Text Example

White with #022576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022576; }

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

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

background-color css

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

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

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

border-color css

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

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

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