#08454B

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

Shades of Sherpa Blue #08454B

Tints of Sherpa Blue #08454B

Color information

#08454B (or 0x08454B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 45 and 4B. RGB value is (8,69,75). Sum of RGB (Red+Green+Blue) = 8+69+75=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #08454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08454B is #F7BAB4. Grayscale: #333333. Windows color (decimal): -16235189 or 4932872. OLE color: 4932872.

HSL color Cylindrical-coordinate representation of color #08454B: hue angle of 185.37º 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 #08454B is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB86975-
CMYK0.890.0800.71
HSL185.37º80.72%16.27%-
HSV(B)185.37º89.33%29.41%-
XYZ3.54.827.4-
YUV51.45141.2997.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=5.26%
G=45.39%
B=49.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal869750.890.0800.71185.3780.7216.27
Hex8454B598047b95110
Octal1010511313110010727112120
Binary100010001011001011101100110000100011110111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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