Html Css Color HEX #094D60 Sherpa Blue

📋 copy color: '#094D60'

red 9 ◦ green 77 ◦ blue 96

#094D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #094D60

Tints of Sherpa Blue #094D60

RGB

 RED value IS 9 (3.91% from 255) = 4.95%

 GREEN value IS 77 (30.47% from 255) = 42.31%

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 4.95%
G = 42.31%
B = 52.75%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094D60 (or 0x094D60) is known color: Sherpa Blue. HEX triplet: 09, 4D and 60. RGB value is (9,77,96). Sum of RGB (Red+Green+Blue) = 9+77+96=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #094D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D60 is #F6B29F. Grayscale: #3A3A3A. Windows color (decimal): -16167584 or 6311177. OLE color: 6311177.

HSL color Cylindrical-coordinate representation of color #094D60: hue angle of 193.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094D60 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 77 96 -
CMYK 0.91 0.20 0 0.62
HSL 193.1º 0.83% 0.21% -
HSV(B) 193.1º 0.91% 0.38% -
XYZ 4.88 6.21 12.01 -
YUV 58.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 9 77 96 0.91 0.20 0 0.62 193.1 0.83 0.21
Hex 9 4D 60 5B 14 0 3E C1 53 15
Octal 11 115 140 133 24 0 76 301 123 25
Binary 1001 1001101 1100000 1011011 10100 0 111110 11000001 1010011 10101

Color Harmonies of #094D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D60

Black with #094D60

Text Example


Text Example

White with #094D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,96); }

 H1.HeaderClassName
 {
   color: #094D60;
 }
 .AnyTagClassName
 {
   color: #094D60;
 }
</style>

background-color css

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

 a { background-color: rgb(9,77,96); }

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

border-color css

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

 span { border-color: rgb(9,77,96); }

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