Html Css Color HEX #005045 Sherpa Blue

📋 copy color: '#005045'

red 0 ◦ green 80 ◦ blue 69

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

Shades of Sherpa Blue #005045

Tints of Sherpa Blue #005045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 46.31%

R = 0%
G = 53.69%
B = 46.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#005045 (or 0x005045) is known color: Sherpa Blue. HEX triplet: 00, 50 and 45. RGB value is (0,80,69). Sum of RGB (Red+Green+Blue) = 0+80+69=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #005045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005045 is #FFAFBA. Grayscale: #363636. Windows color (decimal): -16756667 or 4542464. OLE color: 4542464.

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

Color convert

RGB 0 80 69 -
CMYK 1 0 0.14 0.69
HSL 171.75º 1% 0.16% -
HSV(B) 171.75º 1% 0.31% -
XYZ 3.94 6.17 6.61 -
YUV 54.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 0 80 69 1 0 0.14 0.69 171.75 1 0.16
Hex 0 50 45 64 0 E 45 AC 64 10
Octal 0 120 105 144 0 16 105 254 144 20
Binary 0 1010000 1000101 1100100 0 1110 1000101 10101100 1100100 10000

Color Harmonies of #005045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005045

Black with #005045

Text Example


Text Example

White with #005045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005045; }

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

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

background-color css

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

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

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

border-color css

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

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

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