Html Css Color HEX #09495E Sherpa Blue

📋 copy color: '#09495E'

red 9 ◦ green 73 ◦ blue 94

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

Shades of Sherpa Blue #09495E

Tints of Sherpa Blue #09495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 5.11%
G = 41.48%
B = 53.41%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09495E (or 0x09495E) is known color: Sherpa Blue. HEX triplet: 09, 49 and 5E. RGB value is (9,73,94). Sum of RGB (Red+Green+Blue) = 9+73+94=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #09495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495E is #F6B6A1. Grayscale: #383838. Windows color (decimal): -16168610 or 6179081. OLE color: 6179081.

HSL color Cylindrical-coordinate representation of color #09495E: hue angle of 194.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09495E is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 73 94 -
CMYK 0.90 0.22 0 0.63
HSL 194.82º 0.83% 0.2% -
HSV(B) 194.82º 0.9% 0.37% -
XYZ 4.52 5.63 11.44 -
YUV 56.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 9 73 94 0.90 0.22 0 0.63 194.82 0.83 0.2
Hex 9 49 5E 5A 16 0 3F C3 53 14
Octal 11 111 136 132 26 0 77 303 123 24
Binary 1001 1001001 1011110 1011010 10110 0 111111 11000011 1010011 10100

Color Harmonies of #09495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09495E

Black with #09495E

Text Example


Text Example

White with #09495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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