#09414F

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

Shades of Sherpa Blue #09414F

Tints of Sherpa Blue #09414F

Color information

#09414F (or 0x09414F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 41 and 4F. RGB value is (9,65,79). Sum of RGB (Red+Green+Blue) = 9+65+79=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #09414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09414F is #F6BEB0. Grayscale: #313131. Windows color (decimal): -16170673 or 5193993. OLE color: 5193993.

HSL color Cylindrical-coordinate representation of color #09414F: hue angle of 192º 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 #09414F is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB96579-
CMYK0.890.1800.69
HSL192º79.55%17.25%-
HSV(B)192º88.61%30.98%-
XYZ3.414.48.07-
YUV49.85144.4598.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=5.88%
G=42.48%
B=51.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal965790.890.1800.6919279.5517.25
Hex9414F5912045c05011
Octal1110111713122010530012021
Binary1001100000110011111011001100100100010111000000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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