Html Css Color HEX #005048 Sherpa Blue

📋 copy color: '#005048'

red 0 ◦ green 80 ◦ blue 72

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

Shades of Sherpa Blue #005048

Tints of Sherpa Blue #005048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 0%
G = 52.63%
B = 47.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#005048 (or 0x005048) is known color: Sherpa Blue. HEX triplet: 00, 50 and 48. RGB value is (0,80,72). Sum of RGB (Red+Green+Blue) = 0+80+72=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #005048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005048 is #FFAFB7. Grayscale: #373737. Windows color (decimal): -16756664 or 4739072. OLE color: 4739072.

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

Color convert

RGB 0 80 72 -
CMYK 1 0 0.10 0.69
HSL 174º 1% 0.16% -
HSV(B) 174º 1% 0.31% -
XYZ 4.04 6.21 7.12 -
YUV 55.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 0 80 72 1 0 0.10 0.69 174 1 0.16
Hex 0 50 48 64 0 A 45 AE 64 10
Octal 0 120 110 144 0 12 105 256 144 20
Binary 0 1010000 1001000 1100100 0 1010 1000101 10101110 1100100 10000

Color Harmonies of #005048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005048

Black with #005048

Text Example


Text Example

White with #005048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005048; }

 p { color: rgb(0,80,72); }

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

background-color css

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

 a { background-color: rgb(0,80,72); }

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

border-color css

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

 span { border-color: rgb(0,80,72); }

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