#09455C

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

Shades of Sherpa Blue #09455C

Tints of Sherpa Blue #09455C

Color information

#09455C (or 0x09455C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 45 and 5C. RGB value is (9,69,92). Sum of RGB (Red+Green+Blue) = 9+69+92=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #09455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09455C is #F6BAA3. Grayscale: #353535. Windows color (decimal): -16169636 or 6046985. OLE color: 6046985.

HSL color Cylindrical-coordinate representation of color #09455C: hue angle of 196.63º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09455C is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB96992-
CMYK0.900.2500.64
HSL196.63º82.18%19.8%-
HSV(B)196.63º90.22%36.08%-
XYZ4.175.0910.89-
YUV53.68149.6296.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=5.29%
G=40.59%
B=54.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal969920.900.2500.64196.6382.1819.8
Hex9455C5A19040c55214
Octal1110513413231010030512224
Binary1001100010110111001011010110010100000011000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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