Html Css Color HEX #084C58 Sherpa Blue

📋 copy color: '#084C58'

red 8 ◦ green 76 ◦ blue 88

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

Shades of Sherpa Blue #084C58

Tints of Sherpa Blue #084C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.19%

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

R = 4.65%
G = 44.19%
B = 51.16%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#084C58 (or 0x084C58) is known color: Sherpa Blue. HEX triplet: 08, 4C and 58. RGB value is (8,76,88). Sum of RGB (Red+Green+Blue) = 8+76+88=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #084C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C58 is #F7B3A7. Grayscale: #383838. Windows color (decimal): -16233384 or 5786632. OLE color: 5786632.

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

Color convert

RGB 8 76 88 -
CMYK 0.91 0.14 0 0.65
HSL 189º 0.83% 0.19% -
HSV(B) 189º 0.91% 0.35% -
XYZ 4.45 5.93 10.14 -
YUV 57.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 8 76 88 0.91 0.14 0 0.65 189 0.83 0.19
Hex 8 4C 58 5B E 0 41 BD 53 13
Octal 10 114 130 133 16 0 101 275 123 23
Binary 1000 1001100 1011000 1011011 1110 0 1000001 10111101 1010011 10011

Color Harmonies of #084C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084C58

Black with #084C58

Text Example


Text Example

White with #084C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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