#08414B

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

Shades of Sherpa Blue #08414B

Tints of Sherpa Blue #08414B

Color information

#08414B (or 0x08414B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 41 and 4B. RGB value is (8,65,75). Sum of RGB (Red+Green+Blue) = 8+65+75=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #08414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08414B is #F7BEB4. Grayscale: #313131. Windows color (decimal): -16236213 or 4931848. OLE color: 4931848.

HSL color Cylindrical-coordinate representation of color #08414B: hue angle of 188.96º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08414B is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB86575-
CMYK0.890.1300.71
HSL188.96º80.72%16.27%-
HSV(B)188.96º89.33%29.41%-
XYZ3.264.347.32-
YUV49.1142.6298.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=5.41%
G=43.92%
B=50.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal865750.890.1300.71188.9680.7216.27
Hex8414B59D047bd5110
Octal1010111313115010727512120
Binary100010000011001011101100111010100011110111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08414B; }

 p { color: rgb(8,65,75); }

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

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

 a { background-color: rgb(8,65,75); }

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

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

 span { border-color: rgb(8,65,75); }

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