#094851

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

Shades of Sherpa Blue #094851

Tints of Sherpa Blue #094851

Color information

#094851 (or 0x094851) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 51. RGB value is (9,72,81). Sum of RGB (Red+Green+Blue) = 9+72+81=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #094851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094851 is #F6B7AE. Grayscale: #363636. Windows color (decimal): -16168879 or 5326857. OLE color: 5326857.

HSL color Cylindrical-coordinate representation of color #094851: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094851 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB97281-
CMYK0.890.1100.68
HSL187.5º80%17.65%-
HSV(B)187.5º88.89%31.76%-
XYZ3.925.298.6-
YUV54.19143.1395.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 81 (32.03% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal972810.890.1100.68187.58017.65
Hex9485159B044bc5012
Octal1111012113113010427412022
Binary100110010001010001101100110110100010010111100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094851; }

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

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

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

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

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

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

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

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