#094048

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

Shades of Sherpa Blue #094048

Tints of Sherpa Blue #094048

Color information

#094048 (or 0x094048) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 48. RGB value is (9,64,72). Sum of RGB (Red+Green+Blue) = 9+64+72=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #094048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094048 is #F6BFB7. Grayscale: #303030. Windows color (decimal): -16170936 or 4734985. OLE color: 4734985.

HSL color Cylindrical-coordinate representation of color #094048: hue angle of 187.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094048 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB96472-
CMYK0.880.1100.72
HSL187.62º77.78%15.88%-
HSV(B)187.62º87.5%28.24%-
XYZ3.124.196.78-
YUV48.47141.2899.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=6.21%
G=44.14%
B=49.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal964720.880.1100.72187.6277.7815.88
Hex9404858B048bc4e10
Octal1110011013013011027411620
Binary100110000001001000101100010110100100010111100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094048; }

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

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

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

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

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

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

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

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