Html Css Color HEX #025049 Sherpa Blue

📋 copy color: '#025049'

red 2 ◦ green 80 ◦ blue 73

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

Shades of Sherpa Blue #025049

Tints of Sherpa Blue #025049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 1.29%
G = 51.61%
B = 47.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#025049 (or 0x025049) is known color: Sherpa Blue. HEX triplet: 02, 50 and 49. RGB value is (2,80,73). Sum of RGB (Red+Green+Blue) = 2+80+73=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #025049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025049 is #FDAFB6. Grayscale: #373737. Windows color (decimal): -16625591 or 4804610. OLE color: 4804610.

HSL color Cylindrical-coordinate representation of color #025049: hue angle of 174.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025049 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 73 -
CMYK 0.98 0 0.09 0.69
HSL 174.62º 0.95% 0.16% -
HSV(B) 174.62º 0.98% 0.31% -
XYZ 4.1 6.23 7.29 -
YUV 55.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 2 80 73 0.98 0 0.09 0.69 174.62 0.95 0.16
Hex 2 50 49 62 0 9 45 AF 5F 10
Octal 2 120 111 142 0 11 105 257 137 20
Binary 10 1010000 1001001 1100010 0 1001 1000101 10101111 1011111 10000

Color Harmonies of #025049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025049

Black with #025049

Text Example


Text Example

White with #025049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025049; }

 p { color: rgb(2,80,73); }

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

background-color css

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

 a { background-color: rgb(2,80,73); }

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

border-color css

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

 span { border-color: rgb(2,80,73); }

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