#09404C

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

Shades of Sherpa Blue #09404C

Tints of Sherpa Blue #09404C

Color information

#09404C (or 0x09404C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 4C. RGB value is (9,64,76). Sum of RGB (Red+Green+Blue) = 9+64+76=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #09404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09404C is #F6BFB3. Grayscale: #303030. Windows color (decimal): -16170932 or 4997129. OLE color: 4997129.

HSL color Cylindrical-coordinate representation of color #09404C: hue angle of 190.75º 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 #09404C is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB96476-
CMYK0.880.1600.70
HSL190.75º78.82%16.67%-
HSV(B)190.75º88.16%29.8%-
XYZ3.254.257.49-
YUV48.92143.2899.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=6.04%
G=42.95%
B=51.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal964760.880.1600.70190.7578.8216.67
Hex9404C5810046bf4f11
Octal1110011413020010627711721
Binary1001100000010011001011000100000100011010111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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