Html Css Color HEX #084458 Sherpa Blue

📋 copy color: '#084458'

red 8 ◦ green 68 ◦ blue 88

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

Shades of Sherpa Blue #084458

Tints of Sherpa Blue #084458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

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

R = 4.88%
G = 41.46%
B = 53.66%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#084458 (or 0x084458) is known color: Sherpa Blue. HEX triplet: 08, 44 and 58. RGB value is (8,68,88). Sum of RGB (Red+Green+Blue) = 8+68+88=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #084458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084458 is #F7BBA7. Grayscale: #343434. Windows color (decimal): -16235432 or 5784584. OLE color: 5784584.

HSL color Cylindrical-coordinate representation of color #084458: hue angle of 195º 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 #084458 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 68 88 -
CMYK 0.91 0.23 0 0.65
HSL 195º 0.83% 0.19% -
HSV(B) 195º 0.91% 0.35% -
XYZ 3.93 4.89 9.97 -
YUV 52.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 8 68 88 0.91 0.23 0 0.65 195 0.83 0.19
Hex 8 44 58 5B 17 0 41 C3 53 13
Octal 10 104 130 133 27 0 101 303 123 23
Binary 1000 1000100 1011000 1011011 10111 0 1000001 11000011 1010011 10011

Color Harmonies of #084458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084458

Black with #084458

Text Example


Text Example

White with #084458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084458; }

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

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

background-color css

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

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

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

border-color css

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

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

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