Html Css Color HEX #08465C Sherpa Blue

📋 copy color: '#08465C'

red 8 ◦ green 70 ◦ blue 92

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

Shades of Sherpa Blue #08465C

Tints of Sherpa Blue #08465C

RGB

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

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

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

R = 4.71%
G = 41.18%
B = 54.12%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08465C (or 0x08465C) is known color: Sherpa Blue. HEX triplet: 08, 46 and 5C. RGB value is (8,70,92). Sum of RGB (Red+Green+Blue) = 8+70+92=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #08465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08465C is #F7B9A3. Grayscale: #353535. Windows color (decimal): -16234916 or 6047240. OLE color: 6047240.

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

Color convert

RGB 8 70 92 -
CMYK 0.91 0.24 0 0.64
HSL 195.71º 0.84% 0.2% -
HSV(B) 195.71º 0.91% 0.36% -
XYZ 4.22 5.2 10.91 -
YUV 53.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 8 70 92 0.91 0.24 0 0.64 195.71 0.84 0.2
Hex 8 46 5C 5B 18 0 40 C4 54 14
Octal 10 106 134 133 30 0 100 304 124 24
Binary 1000 1000110 1011100 1011011 11000 0 1000000 11000100 1010100 10100

Color Harmonies of #08465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08465C

Black with #08465C

Text Example


Text Example

White with #08465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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