#094153

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

Shades of Sherpa Blue #094153

Tints of Sherpa Blue #094153

Color information

#094153 (or 0x094153) is unknown color: approx Sherpa Blue. HEX triplet: 09, 41 and 53. RGB value is (9,65,83). Sum of RGB (Red+Green+Blue) = 9+65+83=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #094153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094153 is #F6BEAC. Grayscale: #323232. Windows color (decimal): -16170669 or 5456137. OLE color: 5456137.

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

Color convert

RGB96583-
CMYK0.890.2200.67
HSL194.59º80.43%18.04%-
HSV(B)194.59º89.16%32.55%-
XYZ3.564.468.86-
YUV50.31146.4598.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=5.73%
G=41.40%
B=52.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal965830.890.2200.67194.5980.4318.04
Hex941535916043c35012
Octal1110112313126010330312022
Binary1001100000110100111011001101100100001111000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094153; }

 p { color: rgb(9,65,83); }

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

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

 a { background-color: rgb(9,65,83); }

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

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

 span { border-color: rgb(9,65,83); }

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