Html Css Color HEX #094E60 Sherpa Blue

📋 copy color: '#094E60'

red 9 ◦ green 78 ◦ blue 96

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

Shades of Sherpa Blue #094E60

Tints of Sherpa Blue #094E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

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

R = 4.92%
G = 42.62%
B = 52.46%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094E60 (or 0x094E60) is known color: Sherpa Blue. HEX triplet: 09, 4E and 60. RGB value is (9,78,96). Sum of RGB (Red+Green+Blue) = 9+78+96=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #094E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E60 is #F6B19F. Grayscale: #3B3B3B. Windows color (decimal): -16167328 or 6311433. OLE color: 6311433.

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

Color convert

RGB 9 78 96 -
CMYK 0.91 0.19 0 0.62
HSL 192.41º 0.83% 0.21% -
HSV(B) 192.41º 0.91% 0.38% -
XYZ 4.95 6.35 12.03 -
YUV 59.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 9 78 96 0.91 0.19 0 0.62 192.41 0.83 0.21
Hex 9 4E 60 5B 13 0 3E C0 53 15
Octal 11 116 140 133 23 0 76 300 123 25
Binary 1001 1001110 1100000 1011011 10011 0 111110 11000000 1010011 10101

Color Harmonies of #094E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E60

Black with #094E60

Text Example


Text Example

White with #094E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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