#08454E

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

Shades of Sherpa Blue #08454E

Tints of Sherpa Blue #08454E

Color information

#08454E (or 0x08454E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 4E. RGB value is (8,69,78). Sum of RGB (Red+Green+Blue) = 8+69+78=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #08454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08454E is #F7BAB1. Grayscale: #333333. Windows color (decimal): -16235186 or 5129480. OLE color: 5129480.

HSL color Cylindrical-coordinate representation of color #08454E: hue angle of 187.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08454E is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86978-
CMYK0.900.1200.69
HSL187.71º81.4%16.86%-
HSV(B)187.71º89.74%30.59%-
XYZ3.64.867.96-
YUV51.79142.7996.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=5.16%
G=44.52%
B=50.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal869780.900.1200.69187.7181.416.86
Hex8454E5AC045bc5111
Octal1010511613214010527412121
Binary100010001011001110101101011000100010110111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08454E; }

 p { color: rgb(8,69,78); }

 H1.HeaderClassName
 {
   color: #08454E;
 }
 .AnyTagClassName
 {
   color: #08454E;
 }
</style>
background-color css

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

 a { background-color: rgb(8,69,78); }

 div.DivClassName
 {
   background-color: #08454E;
 }
 .BgClassName
 {
   background-color: #08454E;
 }
</style>
border-color css

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

 span { border-color: rgb(8,69,78); }

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