Html Css Color HEX #08475E Sherpa Blue

📋 copy color: '#08475E'

red 8 ◦ green 71 ◦ blue 94

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

Shades of Sherpa Blue #08475E

Tints of Sherpa Blue #08475E

RGB

 RED value IS 8 (3.52% from 255) = 4.62%

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

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

R = 4.62%
G = 41.04%
B = 54.34%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08475E (or 0x08475E) is known color: Sherpa Blue. HEX triplet: 08, 47 and 5E. RGB value is (8,71,94). Sum of RGB (Red+Green+Blue) = 8+71+94=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #08475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08475E is #F7B8A1. Grayscale: #363636. Windows color (decimal): -16234658 or 6178568. OLE color: 6178568.

HSL color Cylindrical-coordinate representation of color #08475E: hue angle of 196.05º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08475E is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 71 94 -
CMYK 0.91 0.24 0 0.63
HSL 196.05º 0.84% 0.2% -
HSV(B) 196.05º 0.91% 0.37% -
XYZ 4.37 5.37 11.39 -
YUV 54.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 8 71 94 0.91 0.24 0 0.63 196.05 0.84 0.2
Hex 8 47 5E 5B 18 0 3F C4 54 14
Octal 10 107 136 133 30 0 77 304 124 24
Binary 1000 1000111 1011110 1011011 11000 0 111111 11000100 1010100 10100

Color Harmonies of #08475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08475E

Black with #08475E

Text Example


Text Example

White with #08475E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,71,94); }

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

background-color css

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

 a { background-color: rgb(8,71,94); }

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

border-color css

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

 span { border-color: rgb(8,71,94); }

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