Html Css Color HEX #084148 Sherpa Blue

📋 copy color: '#084148'

red 8 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #084148

Tints of Sherpa Blue #084148

RGB

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

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

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

R = 5.52%
G = 44.83%
B = 49.66%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084148 (or 0x084148) is known color: Sherpa Blue. HEX triplet: 08, 41 and 48. RGB value is (8,65,72). Sum of RGB (Red+Green+Blue) = 8+65+72=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #084148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084148 is #F7BEB7. Grayscale: #303030. Windows color (decimal): -16236216 or 4735240. OLE color: 4735240.

HSL color Cylindrical-coordinate representation of color #084148: hue angle of 186.56º 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 #084148 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 65 72 -
CMYK 0.89 0.10 0 0.72
HSL 186.56º 0.8% 0.16% -
HSV(B) 186.56º 0.89% 0.28% -
XYZ 3.16 4.3 6.79 -
YUV 48.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 8 65 72 0.89 0.10 0 0.72 186.56 0.8 0.16
Hex 8 41 48 59 A 0 48 BB 50 10
Octal 10 101 110 131 12 0 110 273 120 20
Binary 1000 1000001 1001000 1011001 1010 0 1001000 10111011 1010000 10000

Color Harmonies of #084148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084148

Black with #084148

Text Example


Text Example

White with #084148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084148; }

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

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

background-color css

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

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

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

border-color css

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

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

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