Html Css Color HEX #022577 Sapphire

📋 copy color: '#022577'

red 2 ◦ green 37 ◦ blue 119

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

Shades of Sapphire #022577

Tints of Sapphire #022577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 75.32%

R = 1.27%
G = 23.42%
B = 75.32%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022577 (or 0x022577) is known color: Sapphire. HEX triplet: 02, 25 and 77. RGB value is (2,37,119). Sum of RGB (Red+Green+Blue) = 2+37+119=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #022577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022577 is #FDDA88. Grayscale: #232323. Windows color (decimal): -16636553 or 7808258. OLE color: 7808258.

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

Color convert

RGB 2 37 119 -
CMYK 0.98 0.69 0 0.53
HSL 222.05º 0.97% 0.24% -
HSV(B) 222.05º 0.98% 0.47% -
XYZ 4.02 2.67 17.76 -
YUV 35.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 2 37 119 0.98 0.69 0 0.53 222.05 0.97 0.24
Hex 2 25 77 62 45 0 35 DE 61 18
Octal 2 45 167 142 105 0 65 336 141 30
Binary 10 100101 1110111 1100010 1000101 0 110101 11011110 1100001 11000

Color Harmonies of #022577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022577

Black with #022577

Text Example


Text Example

White with #022577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022577; }

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

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

background-color css

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

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

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

border-color css

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

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

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