Html Css Color HEX #094C5E Sherpa Blue

📋 copy color: '#094C5E'

red 9 ◦ green 76 ◦ blue 94

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

Shades of Sherpa Blue #094C5E

Tints of Sherpa Blue #094C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.51%

R = 5.03%
G = 42.46%
B = 52.51%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#094C5E (or 0x094C5E) is known color: Sherpa Blue. HEX triplet: 09, 4C and 5E. RGB value is (9,76,94). Sum of RGB (Red+Green+Blue) = 9+76+94=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #094C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5E is #F6B3A1. Grayscale: #393939. Windows color (decimal): -16167842 or 6179849. OLE color: 6179849.

HSL color Cylindrical-coordinate representation of color #094C5E: hue angle of 192.71º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094C5E is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 76 94 -
CMYK 0.90 0.19 0 0.63
HSL 192.71º 0.83% 0.2% -
HSV(B) 192.71º 0.9% 0.37% -
XYZ 4.72 6.04 11.51 -
YUV 58.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 9 76 94 0.90 0.19 0 0.63 192.71 0.83 0.2
Hex 9 4C 5E 5A 13 0 3F C1 53 14
Octal 11 114 136 132 23 0 77 301 123 24
Binary 1001 1001100 1011110 1011010 10011 0 111111 11000001 1010011 10100

Color Harmonies of #094C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C5E

Black with #094C5E

Text Example


Text Example

White with #094C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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