Html Css Color HEX #084048 Sherpa Blue

📋 copy color: '#084048'

red 8 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #084048

Tints of Sherpa Blue #084048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.44%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084048 (or 0x084048) is known color: Sherpa Blue. HEX triplet: 08, 40 and 48. RGB value is (8,64,72). Sum of RGB (Red+Green+Blue) = 8+64+72=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #084048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084048 is #F7BFB7. Grayscale: #303030. Windows color (decimal): -16236472 or 4734984. OLE color: 4734984.

HSL color Cylindrical-coordinate representation of color #084048: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084048 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 64 72 -
CMYK 0.89 0.11 0 0.72
HSL 187.5º 0.8% 0.16% -
HSV(B) 187.5º 0.89% 0.28% -
XYZ 3.1 4.19 6.78 -
YUV 48.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 8 64 72 0.89 0.11 0 0.72 187.5 0.8 0.16
Hex 8 40 48 59 B 0 48 BC 50 10
Octal 10 100 110 131 13 0 110 274 120 20
Binary 1000 1000000 1001000 1011001 1011 0 1001000 10111100 1010000 10000

Color Harmonies of #084048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084048

Black with #084048

Text Example


Text Example

White with #084048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084048; }

 p { color: rgb(8,64,72); }

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

background-color css

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

 a { background-color: rgb(8,64,72); }

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

border-color css

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

 span { border-color: rgb(8,64,72); }

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