#09434C

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

Shades of Sherpa Blue #09434C

Tints of Sherpa Blue #09434C

Color information

#09434C (or 0x09434C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 43 and 4C. RGB value is (9,67,76). Sum of RGB (Red+Green+Blue) = 9+67+76=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #09434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09434C is #F6BCB3. Grayscale: #323232. Windows color (decimal): -16170164 or 4997897. OLE color: 4997897.

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

Color convert

RGB96776-
CMYK0.880.1200.70
HSL188.06º78.82%16.67%-
HSV(B)188.06º88.16%29.8%-
XYZ3.424.597.54-
YUV50.68142.2898.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 76 (30.08% from 255) = 50%
R=5.92%
G=44.08%
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.70
SystemRedGreenBlueCMYKHSL
Decimal967760.880.1200.70188.0678.8216.67
Hex9434C58C046bc4f11
Octal1110311413014010627411721
Binary100110000111001100101100011000100011010111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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