Html Css Color HEX #094A58 Sherpa Blue

📋 copy color: '#094A58'

red 9 ◦ green 74 ◦ blue 88

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

Shades of Sherpa Blue #094A58

Tints of Sherpa Blue #094A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 5.26%
G = 43.27%
B = 51.46%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094A58 (or 0x094A58) is known color: Sherpa Blue. HEX triplet: 09, 4A and 58. RGB value is (9,74,88). Sum of RGB (Red+Green+Blue) = 9+74+88=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #094A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A58 is #F6B5A7. Grayscale: #383838. Windows color (decimal): -16168360 or 5786121. OLE color: 5786121.

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

Color convert

RGB 9 74 88 -
CMYK 0.90 0.16 0 0.65
HSL 190.63º 0.81% 0.19% -
HSV(B) 190.63º 0.9% 0.35% -
XYZ 4.32 5.66 10.1 -
YUV 56.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 9 74 88 0.90 0.16 0 0.65 190.63 0.81 0.19
Hex 9 4A 58 5A 10 0 41 BF 51 13
Octal 11 112 130 132 20 0 101 277 121 23
Binary 1001 1001010 1011000 1011010 10000 0 1000001 10111111 1010001 10011

Color Harmonies of #094A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A58

Black with #094A58

Text Example


Text Example

White with #094A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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