#09424C

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

Shades of Sherpa Blue #09424C

Tints of Sherpa Blue #09424C

Color information

#09424C (or 0x09424C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 42 and 4C. RGB value is (9,66,76). Sum of RGB (Red+Green+Blue) = 9+66+76=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #09424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09424C is #F6BDB3. Grayscale: #323232. Windows color (decimal): -16170420 or 4997641. OLE color: 4997641.

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

Color convert

RGB96676-
CMYK0.880.1300.70
HSL188.96º78.82%16.67%-
HSV(B)188.96º88.16%29.8%-
XYZ3.374.487.52-
YUV50.1142.6298.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=5.96%
G=43.71%
B=50.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal966760.880.1300.70188.9678.8216.67
Hex9424C58D046bd4f11
Octal1110211413015010627511721
Binary100110000101001100101100011010100011010111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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