Html Css Color HEX #094D61 Sherpa Blue

📋 copy color: '#094D61'

red 9 ◦ green 77 ◦ blue 97

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

Shades of Sherpa Blue #094D61

Tints of Sherpa Blue #094D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 4.92%
G = 42.08%
B = 53.01%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094D61 (or 0x094D61) is known color: Sherpa Blue. HEX triplet: 09, 4D and 61. RGB value is (9,77,97). Sum of RGB (Red+Green+Blue) = 9+77+97=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #094D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D61 is #F6B29E. Grayscale: #3A3A3A. Windows color (decimal): -16167583 or 6376713. OLE color: 6376713.

HSL color Cylindrical-coordinate representation of color #094D61: hue angle of 193.64º 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 #094D61 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 77 97 -
CMYK 0.91 0.21 0 0.62
HSL 193.64º 0.83% 0.21% -
HSV(B) 193.64º 0.91% 0.38% -
XYZ 4.92 6.23 12.25 -
YUV 58.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 9 77 97 0.91 0.21 0 0.62 193.64 0.83 0.21
Hex 9 4D 61 5B 15 0 3E C2 53 15
Octal 11 115 141 133 25 0 76 302 123 25
Binary 1001 1001101 1100001 1011011 10101 0 111110 11000010 1010011 10101

Color Harmonies of #094D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D61

Black with #094D61

Text Example


Text Example

White with #094D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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