Html Css Color HEX #094A59 Sherpa Blue

📋 copy color: '#094A59'

red 9 ◦ green 74 ◦ blue 89

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

Shades of Sherpa Blue #094A59

Tints of Sherpa Blue #094A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 5.23%
G = 43.02%
B = 51.74%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094A59 (or 0x094A59) is known color: Sherpa Blue. HEX triplet: 09, 4A and 59. RGB value is (9,74,89). Sum of RGB (Red+Green+Blue) = 9+74+89=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #094A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A59 is #F6B5A6. Grayscale: #383838. Windows color (decimal): -16168359 or 5851657. OLE color: 5851657.

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

Color convert

RGB 9 74 89 -
CMYK 0.90 0.17 0 0.65
HSL 191.25º 0.82% 0.19% -
HSV(B) 191.25º 0.9% 0.35% -
XYZ 4.36 5.68 10.32 -
YUV 56.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 9 74 89 0.90 0.17 0 0.65 191.25 0.82 0.19
Hex 9 4A 59 5A 11 0 41 BF 52 13
Octal 11 112 131 132 21 0 101 277 122 23
Binary 1001 1001010 1011001 1011010 10001 0 1000001 10111111 1010010 10011

Color Harmonies of #094A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A59

Black with #094A59

Text Example


Text Example

White with #094A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,89); }

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

background-color css

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

 a { background-color: rgb(9,74,89); }

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

border-color css

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

 span { border-color: rgb(9,74,89); }

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