Html Css Color HEX #094E5A Sherpa Blue

📋 copy color: '#094E5A'

red 9 ◦ green 78 ◦ blue 90

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

Shades of Sherpa Blue #094E5A

Tints of Sherpa Blue #094E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 5.08%
G = 44.07%
B = 50.85%

CMYK

 C value IS 0.9

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094E5A (or 0x094E5A) is known color: Sherpa Blue. HEX triplet: 09, 4E and 5A. RGB value is (9,78,90). Sum of RGB (Red+Green+Blue) = 9+78+90=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #094E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E5A is #F6B1A5. Grayscale: #3A3A3A. Windows color (decimal): -16167334 or 5918217. OLE color: 5918217.

HSL color Cylindrical-coordinate representation of color #094E5A: hue angle of 188.89º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094E5A is Cyan = 0.9, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 78 90 -
CMYK 0.9 0.13 0 0.65
HSL 188.89º 0.82% 0.19% -
HSV(B) 188.89º 0.9% 0.35% -
XYZ 4.68 6.25 10.63 -
YUV 58.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 9 78 90 0.9 0.13 0 0.65 188.89 0.82 0.19
Hex 9 4E 5A 5A D 0 41 BD 52 13
Octal 11 116 132 132 15 0 101 275 122 23
Binary 1001 1001110 1011010 1011010 1101 0 1000001 10111101 1010010 10011

Color Harmonies of #094E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E5A

Black with #094E5A

Text Example


Text Example

White with #094E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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