#09485D

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

Shades of Sherpa Blue #09485D

Tints of Sherpa Blue #09485D

Color information

#09485D (or 0x09485D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 5D. RGB value is (9,72,93). Sum of RGB (Red+Green+Blue) = 9+72+93=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #09485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485D is #F6B7A2. Grayscale: #373737. Windows color (decimal): -16168867 or 6113289. OLE color: 6113289.

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

Color convert

RGB97293-
CMYK0.900.2300.64
HSL195º82.35%20%-
HSV(B)195º90.32%36.47%-
XYZ4.415.4811.18-
YUV55.56149.1394.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=5.17%
G=41.38%
B=53.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal972930.900.2300.6419582.3520
Hex9485D5A17040c35214
Octal1111013513227010030312224
Binary1001100100010111011011010101110100000011000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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