Html Css Color HEX #09475D Sherpa Blue

📋 copy color: '#09475D'

red 9 ◦ green 71 ◦ blue 93

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

Shades of Sherpa Blue #09475D

Tints of Sherpa Blue #09475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.76%

R = 5.2%
G = 41.04%
B = 53.76%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09475D (or 0x09475D) is known color: Sherpa Blue. HEX triplet: 09, 47 and 5D. RGB value is (9,71,93). Sum of RGB (Red+Green+Blue) = 9+71+93=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #09475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475D is #F6B8A2. Grayscale: #363636. Windows color (decimal): -16169123 or 6113033. OLE color: 6113033.

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

Color convert

RGB 9 71 93 -
CMYK 0.90 0.24 0 0.64
HSL 195.71º 0.82% 0.2% -
HSV(B) 195.71º 0.9% 0.36% -
XYZ 4.34 5.35 11.16 -
YUV 54.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 9 71 93 0.90 0.24 0 0.64 195.71 0.82 0.2
Hex 9 47 5D 5A 18 0 40 C4 52 14
Octal 11 107 135 132 30 0 100 304 122 24
Binary 1001 1000111 1011101 1011010 11000 0 1000000 11000100 1010010 10100

Color Harmonies of #09475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09475D

Black with #09475D

Text Example


Text Example

White with #09475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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