Html Css Color HEX #094F5A Sherpa Blue

📋 copy color: '#094F5A'

red 9 ◦ green 79 ◦ blue 90

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

Shades of Sherpa Blue #094F5A

Tints of Sherpa Blue #094F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

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

R = 5.06%
G = 44.38%
B = 50.56%

CMYK

 C value IS 0.9

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094F5A (or 0x094F5A) is known color: Sherpa Blue. HEX triplet: 09, 4F and 5A. RGB value is (9,79,90). Sum of RGB (Red+Green+Blue) = 9+79+90=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #094F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F5A is #F6B0A5. Grayscale: #3B3B3B. Windows color (decimal): -16167078 or 5918473. OLE color: 5918473.

HSL color Cylindrical-coordinate representation of color #094F5A: hue angle of 188.15º 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 #094F5A is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 79 90 -
CMYK 0.9 0.12 0 0.65
HSL 188.15º 0.82% 0.19% -
HSV(B) 188.15º 0.9% 0.35% -
XYZ 4.75 6.39 10.66 -
YUV 59.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 9 79 90 0.9 0.12 0 0.65 188.15 0.82 0.19
Hex 9 4F 5A 5A C 0 41 BC 52 13
Octal 11 117 132 132 14 0 101 274 122 23
Binary 1001 1001111 1011010 1011010 1100 0 1000001 10111100 1010010 10011

Color Harmonies of #094F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F5A

Black with #094F5A

Text Example


Text Example

White with #094F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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