Html Css Color HEX #094A51 Sherpa Blue

📋 copy color: '#094A51'

red 9 ◦ green 74 ◦ blue 81

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

Shades of Sherpa Blue #094A51

Tints of Sherpa Blue #094A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 5.49%
G = 45.12%
B = 49.39%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094A51 (or 0x094A51) is known color: Sherpa Blue. HEX triplet: 09, 4A and 51. RGB value is (9,74,81). Sum of RGB (Red+Green+Blue) = 9+74+81=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #094A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A51 is #F6B5AE. Grayscale: #373737. Windows color (decimal): -16168367 or 5327369. OLE color: 5327369.

HSL color Cylindrical-coordinate representation of color #094A51: hue angle of 185.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094A51 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 74 81 -
CMYK 0.89 0.09 0 0.68
HSL 185.83º 0.8% 0.18% -
HSV(B) 185.83º 0.89% 0.32% -
XYZ 4.05 5.55 8.64 -
YUV 55.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 9 74 81 0.89 0.09 0 0.68 185.83 0.8 0.18
Hex 9 4A 51 59 9 0 44 BA 50 12
Octal 11 112 121 131 11 0 104 272 120 22
Binary 1001 1001010 1010001 1011001 1001 0 1000100 10111010 1010000 10010

Color Harmonies of #094A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A51

Black with #094A51

Text Example


Text Example

White with #094A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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