#005045

Color #005045 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #005045

Tints of Sherpa Blue #005045

Color information

#005045 (or 0x005045) is unknown color: approx 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

RGB08069-
CMYK100.140.69
HSL171.75º100%15.69%-
HSV(B)171.75º100%31.37%-
XYZ3.946.176.61-
YUV54.8313688.89-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08069100.140.69171.7510015.69
Hex05045640E45ac6410
Octal012010514401610525414420
Binary010100001000101110010001110100010110101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>