Html Css Color HEX #09495C Sherpa Blue

📋 copy color: '#09495C'

red 9 ◦ green 73 ◦ blue 92

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

Shades of Sherpa Blue #09495C

Tints of Sherpa Blue #09495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.87%

R = 5.17%
G = 41.95%
B = 52.87%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09495C (or 0x09495C) is known color: Sherpa Blue. HEX triplet: 09, 49 and 5C. RGB value is (9,73,92). Sum of RGB (Red+Green+Blue) = 9+73+92=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #09495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495C is #F6B6A3. Grayscale: #373737. Windows color (decimal): -16168612 or 6048009. OLE color: 6048009.

HSL color Cylindrical-coordinate representation of color #09495C: hue angle of 193.73º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09495C is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 73 92 -
CMYK 0.90 0.21 0 0.64
HSL 193.73º 0.82% 0.2% -
HSV(B) 193.73º 0.9% 0.36% -
XYZ 4.43 5.6 10.97 -
YUV 56.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 9 73 92 0.90 0.21 0 0.64 193.73 0.82 0.2
Hex 9 49 5C 5A 15 0 40 C2 52 14
Octal 11 111 134 132 25 0 100 302 122 24
Binary 1001 1001001 1011100 1011010 10101 0 1000000 11000010 1010010 10100

Color Harmonies of #09495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09495C

Black with #09495C

Text Example


Text Example

White with #09495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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