#09454B

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

Shades of Sherpa Blue #09454B

Tints of Sherpa Blue #09454B

Color information

#09454B (or 0x09454B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 45 and 4B. RGB value is (9,69,75). Sum of RGB (Red+Green+Blue) = 9+69+75=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #09454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09454B is #F6BAB4. Grayscale: #333333. Windows color (decimal): -16169653 or 4932873. OLE color: 4932873.

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

Color convert

RGB96975-
CMYK0.880.0800.71
HSL185.45º78.57%16.47%-
HSV(B)185.45º88%29.41%-
XYZ3.514.827.4-
YUV51.74141.1297.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=5.88%
G=45.10%
B=49.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal969750.880.0800.71185.4578.5716.47
Hex9454B588047b94f10
Octal1110511313010010727111720
Binary100110001011001011101100010000100011110111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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