#09404D

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

Shades of Sherpa Blue #09404D

Tints of Sherpa Blue #09404D

Color information

#09404D (or 0x09404D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 4D. RGB value is (9,64,77). Sum of RGB (Red+Green+Blue) = 9+64+77=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #09404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09404D is #F6BFB2. Grayscale: #303030. Windows color (decimal): -16170931 or 5062665. OLE color: 5062665.

HSL color Cylindrical-coordinate representation of color #09404D: hue angle of 191.47º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09404D is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB96477-
CMYK0.880.1700.70
HSL191.47º79.07%16.86%-
HSV(B)191.47º88.31%30.2%-
XYZ3.294.267.67-
YUV49.04143.7899.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=6%
G=42.67%
B=51.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal964770.880.1700.70191.4779.0716.86
Hex9404D5811046bf4f11
Octal1110011513021010627711721
Binary1001100000010011011011000100010100011010111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,64,77); }

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

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

 a { background-color: rgb(9,64,77); }

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

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

 span { border-color: rgb(9,64,77); }

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