#09404B

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

Shades of Sherpa Blue #09404B

Tints of Sherpa Blue #09404B

Color information

#09404B (or 0x09404B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 4B. RGB value is (9,64,75). Sum of RGB (Red+Green+Blue) = 9+64+75=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #09404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09404B is #F6BFB4. Grayscale: #303030. Windows color (decimal): -16170933 or 4931593. OLE color: 4931593.

HSL color Cylindrical-coordinate representation of color #09404B: hue angle of 190º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09404B is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB96475-
CMYK0.880.1500.71
HSL190º78.57%16.47%-
HSV(B)190º88%29.41%-
XYZ3.224.237.3-
YUV48.81142.7899.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=6.08%
G=43.24%
B=50.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal964750.880.1500.7119078.5716.47
Hex9404B58F047be4f10
Octal1110011313017010727611720
Binary100110000001001011101100011110100011110111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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