Html Css Color HEX #005249 Sherpa Blue

📋 copy color: '#005249'

red 0 ◦ green 82 ◦ blue 73

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

Shades of Sherpa Blue #005249

Tints of Sherpa Blue #005249

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 82 (32.42% from 255) = 52.9%

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

R = 0%
G = 52.9%
B = 47.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#005249 (or 0x005249) is known color: Sherpa Blue. HEX triplet: 00, 52 and 49. RGB value is (0,82,73). Sum of RGB (Red+Green+Blue) = 0+82+73=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #005249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005249 is #FFADB6. Grayscale: #383838. Windows color (decimal): -16756151 or 4805120. OLE color: 4805120.

HSL color Cylindrical-coordinate representation of color #005249: hue angle of 173.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005249 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 73 -
CMYK 1 0 0.11 0.68
HSL 173.41º 1% 0.16% -
HSV(B) 173.41º 1% 0.32% -
XYZ 4.22 6.52 7.34 -
YUV 56.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 0 82 73 1 0 0.11 0.68 173.41 1 0.16
Hex 0 52 49 64 0 B 44 AD 64 10
Octal 0 122 111 144 0 13 104 255 144 20
Binary 0 1010010 1001001 1100100 0 1011 1000100 10101101 1100100 10000

Color Harmonies of #005249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005249

Black with #005249

Text Example


Text Example

White with #005249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005249; }

 p { color: rgb(0,82,73); }

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

background-color css

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

 a { background-color: rgb(0,82,73); }

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

border-color css

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

 span { border-color: rgb(0,82,73); }

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