#094053

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

Shades of Sherpa Blue #094053

Tints of Sherpa Blue #094053

Color information

#094053 (or 0x094053) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 53. RGB value is (9,64,83). Sum of RGB (Red+Green+Blue) = 9+64+83=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #094053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094053 is #F6BFAC. Grayscale: #313131. Windows color (decimal): -16170925 or 5455881. OLE color: 5455881.

HSL color Cylindrical-coordinate representation of color #094053: hue angle of 195.41º 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 #094053 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB96483-
CMYK0.890.2300.67
HSL195.41º80.43%18.04%-
HSV(B)195.41º89.16%32.55%-
XYZ3.514.358.84-
YUV49.72146.7898.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=5.77%
G=41.03%
B=53.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal964830.890.2300.67195.4180.4318.04
Hex940535917043c35012
Octal1110012313127010330312022
Binary1001100000010100111011001101110100001111000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094053; }

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

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

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

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

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

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

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

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