#094253

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

Shades of Sherpa Blue #094253

Tints of Sherpa Blue #094253

Color information

#094253 (or 0x094253) is unknown color: approx Sherpa Blue. HEX triplet: 09, 42 and 53. RGB value is (9,66,83). Sum of RGB (Red+Green+Blue) = 9+66+83=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #094253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094253 is #F6BDAC. Grayscale: #323232. Windows color (decimal): -16170413 or 5456393. OLE color: 5456393.

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

Color convert

RGB96683-
CMYK0.890.2000.67
HSL193.78º80.43%18.04%-
HSV(B)193.78º89.16%32.55%-
XYZ3.624.588.88-
YUV50.9146.1298.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=5.70%
G=41.77%
B=52.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal966830.890.2000.67193.7880.4318.04
Hex942535914043c25012
Octal1110212313124010330212022
Binary1001100001010100111011001101000100001111000010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094253; }

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

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

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

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

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

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

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

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