#09485B

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

Shades of Sherpa Blue #09485B

Tints of Sherpa Blue #09485B

Color information

#09485B (or 0x09485B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 5B. RGB value is (9,72,91). Sum of RGB (Red+Green+Blue) = 9+72+91=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #09485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485B is #F6B7A4. Grayscale: #373737. Windows color (decimal): -16168869 or 5982217. OLE color: 5982217.

HSL color Cylindrical-coordinate representation of color #09485B: hue angle of 193.9º 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 #09485B is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97291-
CMYK0.900.2100.64
HSL193.9º82%19.61%-
HSV(B)193.9º90.11%35.69%-
XYZ4.325.4510.72-
YUV55.33148.1394.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=5.23%
G=41.86%
B=52.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal972910.900.2100.64193.98219.61
Hex9485B5A15040c25214
Octal1111013313225010030212224
Binary1001100100010110111011010101010100000011000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,72,91); }

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

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

 a { background-color: rgb(9,72,91); }

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

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

 span { border-color: rgb(9,72,91); }

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