#094052

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

Shades of Sherpa Blue #094052

Tints of Sherpa Blue #094052

Color information

#094052 (or 0x094052) is unknown color: approx Sherpa Blue. HEX triplet: 09, 40 and 52. RGB value is (9,64,82). Sum of RGB (Red+Green+Blue) = 9+64+82=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #094052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094052 is #F6BFAD. Grayscale: #313131. Windows color (decimal): -16170926 or 5390345. OLE color: 5390345.

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

Color convert

RGB96482-
CMYK0.890.2200.68
HSL194.79º80.22%17.84%-
HSV(B)194.79º89.02%32.16%-
XYZ3.474.338.64-
YUV49.61146.2899.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=5.81%
G=41.29%
B=52.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal964820.890.2200.68194.7980.2217.84
Hex940525916044c35012
Octal1110012213126010430312022
Binary1001100000010100101011001101100100010011000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094052; }

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

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

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

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

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

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

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

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