#08404E

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

Shades of Sherpa Blue #08404E

Tints of Sherpa Blue #08404E

Color information

#08404E (or 0x08404E) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 4E. RGB value is (8,64,78). Sum of RGB (Red+Green+Blue) = 8+64+78=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #08404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08404E is #F7BFB1. Grayscale: #303030. Windows color (decimal): -16236466 or 5128200. OLE color: 5128200.

HSL color Cylindrical-coordinate representation of color #08404E: hue angle of 192º 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 #08404E is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86478-
CMYK0.900.1800.69
HSL192º81.4%16.86%-
HSV(B)192º89.74%30.59%-
XYZ3.314.277.86-
YUV48.85144.4598.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 78 (30.86% from 255) = 52%
R=5.33%
G=42.67%
B=52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal864780.900.1800.6919281.416.86
Hex8404E5A12045c05111
Octal1010011613222010530012121
Binary1000100000010011101011010100100100010111000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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