Html Css Color HEX #08465B Sherpa Blue

📋 copy color: '#08465B'

red 8 ◦ green 70 ◦ blue 91

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

Shades of Sherpa Blue #08465B

Tints of Sherpa Blue #08465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 91 (35.94% from 255) = 53.85%

R = 4.73%
G = 41.42%
B = 53.85%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08465B (or 0x08465B) is known color: Sherpa Blue. HEX triplet: 08, 46 and 5B. RGB value is (8,70,91). Sum of RGB (Red+Green+Blue) = 8+70+91=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #08465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08465B is #F7B9A4. Grayscale: #353535. Windows color (decimal): -16234917 or 5981704. OLE color: 5981704.

HSL color Cylindrical-coordinate representation of color #08465B: hue angle of 195.18º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08465B is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 70 91 -
CMYK 0.91 0.23 0 0.64
HSL 195.18º 0.84% 0.19% -
HSV(B) 195.18º 0.91% 0.36% -
XYZ 4.18 5.19 10.68 -
YUV 53.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 8 70 91 0.91 0.23 0 0.64 195.18 0.84 0.19
Hex 8 46 5B 5B 17 0 40 C3 54 13
Octal 10 106 133 133 27 0 100 303 124 23
Binary 1000 1000110 1011011 1011011 10111 0 1000000 11000011 1010100 10011

Color Harmonies of #08465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08465B

Black with #08465B

Text Example


Text Example

White with #08465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08465B; }

 p { color: rgb(8,70,91); }

 H1.HeaderClassName
 {
   color: #08465B;
 }
 .AnyTagClassName
 {
   color: #08465B;
 }
</style>

background-color css

<style>
 a { background-color: #08465B; }

 a { background-color: rgb(8,70,91); }

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

border-color css

<style>
 span { border-color: #08465B; }

 span { border-color: rgb(8,70,91); }

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