#09404F

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

Shades of Sherpa Blue #09404F

Tints of Sherpa Blue #09404F

Color information

#09404F (or 0x09404F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 4F. RGB value is (9,64,79). Sum of RGB (Red+Green+Blue) = 9+64+79=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #09404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09404F is #F6BFB0. Grayscale: #313131. Windows color (decimal): -16170929 or 5193737. OLE color: 5193737.

HSL color Cylindrical-coordinate representation of color #09404F: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09404F is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB96479-
CMYK0.890.1900.69
HSL192.86º79.55%17.25%-
HSV(B)192.86º88.61%30.98%-
XYZ3.364.298.05-
YUV49.26144.7899.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=5.92%
G=42.11%
B=51.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal964790.890.1900.69192.8679.5517.25
Hex9404F5913045c15011
Octal1110011713123010530112021
Binary1001100000010011111011001100110100010111000001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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