Html Css Color HEX #084248 Sherpa Blue

📋 copy color: '#084248'

red 8 ◦ green 66 ◦ blue 72

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

Shades of Sherpa Blue #084248

Tints of Sherpa Blue #084248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

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

R = 5.48%
G = 45.21%
B = 49.32%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#084248 (or 0x084248) is known color: Sherpa Blue. HEX triplet: 08, 42 and 48. RGB value is (8,66,72). Sum of RGB (Red+Green+Blue) = 8+66+72=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #084248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084248 is #F7BDB7. Grayscale: #313131. Windows color (decimal): -16235960 or 4735496. OLE color: 4735496.

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

Color convert

RGB 8 66 72 -
CMYK 0.89 0.08 0 0.72
HSL 185.63º 0.8% 0.16% -
HSV(B) 185.63º 0.89% 0.28% -
XYZ 3.22 4.42 6.81 -
YUV 49.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 8 66 72 0.89 0.08 0 0.72 185.63 0.8 0.16
Hex 8 42 48 59 8 0 48 BA 50 10
Octal 10 102 110 131 10 0 110 272 120 20
Binary 1000 1000010 1001000 1011001 1000 0 1001000 10111010 1010000 10000

Color Harmonies of #084248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084248

Black with #084248

Text Example


Text Example

White with #084248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084248; }

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

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

background-color css

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

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

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

border-color css

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

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

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