#094B53

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

Shades of Sherpa Blue #094B53

Tints of Sherpa Blue #094B53

Color information

#094B53 (or 0x094B53) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 53. RGB value is (9,75,83). Sum of RGB (Red+Green+Blue) = 9+75+83=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #094B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B53 is #F6B4AC. Grayscale: #383838. Windows color (decimal): -16168109 or 5458697. OLE color: 5458697.

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

Color convert

RGB97583-
CMYK0.890.1000.67
HSL186.49º80.43%18.04%-
HSV(B)186.49º89.16%32.55%-
XYZ4.195.719.07-
YUV56.18143.1394.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=5.39%
G=44.91%
B=49.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal975830.890.1000.67186.4980.4318.04
Hex94B5359A043ba5012
Octal1111312313112010327212022
Binary100110010111010011101100110100100001110111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B53; }

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

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

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

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

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

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

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

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