#09455A

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

Shades of Sherpa Blue #09455A

Tints of Sherpa Blue #09455A

Color information

#09455A (or 0x09455A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 45 and 5A. RGB value is (9,69,90). Sum of RGB (Red+Green+Blue) = 9+69+90=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #09455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09455A is #F6BAA5. Grayscale: #353535. Windows color (decimal): -16169638 or 5915913. OLE color: 5915913.

HSL color Cylindrical-coordinate representation of color #09455A: hue angle of 195.56º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09455A is Cyan = 0.9, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB96990-
CMYK0.90.2300.65
HSL195.56º81.82%19.41%-
HSV(B)195.56º90%35.29%-
XYZ4.095.0510.43-
YUV53.45148.6296.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=5.36%
G=41.07%
B=53.57%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal969900.90.2300.65195.5681.8219.41
Hex9455A5A17041c45213
Octal1110513213227010130412223
Binary1001100010110110101011010101110100000111000100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09455A; }

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

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

<style>
 a { background-color: #09455A; }

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

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

<style>
 span { border-color: #09455A; }

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

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