Html Css Color HEX #094C5A Sherpa Blue

📋 copy color: '#094C5A'

red 9 ◦ green 76 ◦ blue 90

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

Shades of Sherpa Blue #094C5A

Tints of Sherpa Blue #094C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.43%

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

R = 5.14%
G = 43.43%
B = 51.43%

CMYK

 C value IS 0.9

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094C5A (or 0x094C5A) is known color: Sherpa Blue. HEX triplet: 09, 4C and 5A. RGB value is (9,76,90). Sum of RGB (Red+Green+Blue) = 9+76+90=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #094C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5A is #F6B3A5. Grayscale: #393939. Windows color (decimal): -16167846 or 5917705. OLE color: 5917705.

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

Color convert

RGB 9 76 90 -
CMYK 0.9 0.16 0 0.65
HSL 190.37º 0.82% 0.19% -
HSV(B) 190.37º 0.9% 0.35% -
XYZ 4.54 5.97 10.58 -
YUV 57.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 9 76 90 0.9 0.16 0 0.65 190.37 0.82 0.19
Hex 9 4C 5A 5A 10 0 41 BE 52 13
Octal 11 114 132 132 20 0 101 276 122 23
Binary 1001 1001100 1011010 1011010 10000 0 1000001 10111110 1010010 10011

Color Harmonies of #094C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C5A

Black with #094C5A

Text Example


Text Example

White with #094C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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