#094B5B

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

Shades of Sherpa Blue #094B5B

Tints of Sherpa Blue #094B5B

Color information

#094B5B (or 0x094B5B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 5B. RGB value is (9,75,91). Sum of RGB (Red+Green+Blue) = 9+75+91=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #094B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5B is #F6B4A4. Grayscale: #383838. Windows color (decimal): -16168101 or 5982985. OLE color: 5982985.

HSL color Cylindrical-coordinate representation of color #094B5B: hue angle of 191.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094B5B is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97591-
CMYK0.900.1800.64
HSL191.71º82%19.61%-
HSV(B)191.71º90.11%35.69%-
XYZ4.525.8510.79-
YUV57.09147.1393.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 52%
R=5.14%
G=42.86%
B=52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal975910.900.1800.64191.718219.61
Hex94B5B5A12040c05214
Octal1111313313222010030012224
Binary1001100101110110111011010100100100000011000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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