Html Css Color HEX #094049 Sherpa Blue

📋 copy color: '#094049'

red 9 ◦ green 64 ◦ blue 73

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

Shades of Sherpa Blue #094049

Tints of Sherpa Blue #094049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 6.16%
G = 43.84%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#094049 (or 0x094049) is known color: Sherpa Blue. HEX triplet: 09, 40 and 49. RGB value is (9,64,73). Sum of RGB (Red+Green+Blue) = 9+64+73=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #094049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094049 is #F6BFB6. Grayscale: #303030. Windows color (decimal): -16170935 or 4800521. OLE color: 4800521.

HSL color Cylindrical-coordinate representation of color #094049: hue angle of 188.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094049 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 64 73 -
CMYK 0.88 0.12 0 0.71
HSL 188.44º 0.78% 0.16% -
HSV(B) 188.44º 0.88% 0.29% -
XYZ 3.15 4.21 6.95 -
YUV 48.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 9 64 73 0.88 0.12 0 0.71 188.44 0.78 0.16
Hex 9 40 49 58 C 0 47 BC 4E 10
Octal 11 100 111 130 14 0 107 274 116 20
Binary 1001 1000000 1001001 1011000 1100 0 1000111 10111100 1001110 10000

Color Harmonies of #094049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094049

Black with #094049

Text Example


Text Example

White with #094049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094049; }

 p { color: rgb(9,64,73); }

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

background-color css

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

 a { background-color: rgb(9,64,73); }

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

border-color css

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

 span { border-color: rgb(9,64,73); }

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