Html Css Color HEX #094C5D Sherpa Blue

📋 copy color: '#094C5D'

red 9 ◦ green 76 ◦ blue 93

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

Shades of Sherpa Blue #094C5D

Tints of Sherpa Blue #094C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 5.06%
G = 42.7%
B = 52.25%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#094C5D (or 0x094C5D) is known color: Sherpa Blue. HEX triplet: 09, 4C and 5D. RGB value is (9,76,93). Sum of RGB (Red+Green+Blue) = 9+76+93=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #094C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C5D is #F6B3A2. Grayscale: #393939. Windows color (decimal): -16167843 or 6114313. OLE color: 6114313.

HSL color Cylindrical-coordinate representation of color #094C5D: hue angle of 192.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094C5D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 76 93 -
CMYK 0.90 0.18 0 0.64
HSL 192.14º 0.82% 0.2% -
HSV(B) 192.14º 0.9% 0.36% -
XYZ 4.67 6.02 11.27 -
YUV 57.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 9 76 93 0.90 0.18 0 0.64 192.14 0.82 0.2
Hex 9 4C 5D 5A 12 0 40 C0 52 14
Octal 11 114 135 132 22 0 100 300 122 24
Binary 1001 1001100 1011101 1011010 10010 0 1000000 11000000 1010010 10100

Color Harmonies of #094C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C5D

Black with #094C5D

Text Example


Text Example

White with #094C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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