Html Css Color HEX #084251 Sherpa Blue

📋 copy color: '#084251'

red 8 ◦ green 66 ◦ blue 81

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

Shades of Sherpa Blue #084251

Tints of Sherpa Blue #084251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 5.16%
G = 42.58%
B = 52.26%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#084251 (or 0x084251) is known color: Sherpa Blue. HEX triplet: 08, 42 and 51. RGB value is (8,66,81). Sum of RGB (Red+Green+Blue) = 8+66+81=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #084251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084251 is #F7BDAE. Grayscale: #323232. Windows color (decimal): -16235951 or 5325320. OLE color: 5325320.

HSL color Cylindrical-coordinate representation of color #084251: hue angle of 192.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084251 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 66 81 -
CMYK 0.90 0.19 0 0.68
HSL 192.33º 0.82% 0.17% -
HSV(B) 192.33º 0.9% 0.32% -
XYZ 3.53 4.54 8.48 -
YUV 50.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 8 66 81 0.90 0.19 0 0.68 192.33 0.82 0.17
Hex 8 42 51 5A 13 0 44 C0 52 11
Octal 10 102 121 132 23 0 104 300 122 21
Binary 1000 1000010 1010001 1011010 10011 0 1000100 11000000 1010010 10001

Color Harmonies of #084251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084251

Black with #084251

Text Example


Text Example

White with #084251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084251; }

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

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

background-color css

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

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

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

border-color css

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

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

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