Html Css Color HEX #084158 Sherpa Blue

📋 copy color: '#084158'

red 8 ◦ green 65 ◦ blue 88

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

Shades of Sherpa Blue #084158

Tints of Sherpa Blue #084158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 4.97%
G = 40.37%
B = 54.66%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#084158 (or 0x084158) is known color: Sherpa Blue. HEX triplet: 08, 41 and 58. RGB value is (8,65,88). Sum of RGB (Red+Green+Blue) = 8+65+88=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #084158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084158 is #F7BEA7. Grayscale: #323232. Windows color (decimal): -16236200 or 5783816. OLE color: 5783816.

HSL color Cylindrical-coordinate representation of color #084158: hue angle of 197.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084158 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 65 88 -
CMYK 0.91 0.26 0 0.65
HSL 197.25º 0.83% 0.19% -
HSV(B) 197.25º 0.91% 0.35% -
XYZ 3.75 4.54 9.91 -
YUV 50.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 8 65 88 0.91 0.26 0 0.65 197.25 0.83 0.19
Hex 8 41 58 5B 1A 0 41 C5 53 13
Octal 10 101 130 133 32 0 101 305 123 23
Binary 1000 1000001 1011000 1011011 11010 0 1000001 11000101 1010011 10011

Color Harmonies of #084158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084158

Black with #084158

Text Example


Text Example

White with #084158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084158; }

 p { color: rgb(8,65,88); }

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

background-color css

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

 a { background-color: rgb(8,65,88); }

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

border-color css

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

 span { border-color: rgb(8,65,88); }

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