#09424B

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

Shades of Sherpa Blue #09424B

Tints of Sherpa Blue #09424B

Color information

#09424B (or 0x09424B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 42 and 4B. RGB value is (9,66,75). Sum of RGB (Red+Green+Blue) = 9+66+75=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #09424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09424B is #F6BDB4. Grayscale: #313131. Windows color (decimal): -16170421 or 4932105. OLE color: 4932105.

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

Color convert

RGB96675-
CMYK0.880.1200.71
HSL188.18º78.57%16.47%-
HSV(B)188.18º88%29.41%-
XYZ3.334.467.34-
YUV49.98142.1298.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 75 (29.69% from 255) = 50%
R=6%
G=44%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal966750.880.1200.71188.1878.5716.47
Hex9424B58C047bc4f10
Octal1110211313014010727411720
Binary100110000101001011101100011000100011110111100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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