Html Css Color HEX #09475C Sherpa Blue

📋 copy color: '#09475C'

red 9 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #09475C

Tints of Sherpa Blue #09475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

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

R = 5.23%
G = 41.28%
B = 53.49%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09475C (or 0x09475C) is known color: Sherpa Blue. HEX triplet: 09, 47 and 5C. RGB value is (9,71,92). Sum of RGB (Red+Green+Blue) = 9+71+92=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #09475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475C is #F6B8A3. Grayscale: #363636. Windows color (decimal): -16169124 or 6047497. OLE color: 6047497.

HSL color Cylindrical-coordinate representation of color #09475C: hue angle of 195.18º 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 #09475C is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 71 92 -
CMYK 0.90 0.23 0 0.64
HSL 195.18º 0.82% 0.2% -
HSV(B) 195.18º 0.9% 0.36% -
XYZ 4.3 5.34 10.93 -
YUV 54.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 9 71 92 0.90 0.23 0 0.64 195.18 0.82 0.2
Hex 9 47 5C 5A 17 0 40 C3 52 14
Octal 11 107 134 132 27 0 100 303 122 24
Binary 1001 1000111 1011100 1011010 10111 0 1000000 11000011 1010010 10100

Color Harmonies of #09475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09475C

Black with #09475C

Text Example


Text Example

White with #09475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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