Html Css Color HEX #094249 Sherpa Blue

📋 copy color: '#094249'

red 9 ◦ green 66 ◦ blue 73

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

Shades of Sherpa Blue #094249

Tints of Sherpa Blue #094249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

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

R = 6.08%
G = 44.59%
B = 49.32%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#094249 (or 0x094249) is known color: Sherpa Blue. HEX triplet: 09, 42 and 49. RGB value is (9,66,73). Sum of RGB (Red+Green+Blue) = 9+66+73=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #094249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094249 is #F6BDB6. Grayscale: #313131. Windows color (decimal): -16170423 or 4801033. OLE color: 4801033.

HSL color Cylindrical-coordinate representation of color #094249: hue angle of 186.56º 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 #094249 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 66 73 -
CMYK 0.88 0.10 0 0.71
HSL 186.56º 0.78% 0.16% -
HSV(B) 186.56º 0.88% 0.29% -
XYZ 3.26 4.44 6.99 -
YUV 49.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 9 66 73 0.88 0.10 0 0.71 186.56 0.78 0.16
Hex 9 42 49 58 A 0 47 BB 4E 10
Octal 11 102 111 130 12 0 107 273 116 20
Binary 1001 1000010 1001001 1011000 1010 0 1000111 10111011 1001110 10000

Color Harmonies of #094249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094249

Black with #094249

Text Example


Text Example

White with #094249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094249; }

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

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

background-color css

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

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

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

border-color css

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

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

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