Html Css Color HEX #084255 Sherpa Blue

📋 copy color: '#084255'

red 8 ◦ green 66 ◦ blue 85

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

Shades of Sherpa Blue #084255

Tints of Sherpa Blue #084255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.46%

R = 5.03%
G = 41.51%
B = 53.46%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084255 (or 0x084255) is known color: Sherpa Blue. HEX triplet: 08, 42 and 55. RGB value is (8,66,85). Sum of RGB (Red+Green+Blue) = 8+66+85=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #084255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084255 is #F7BDAA. Grayscale: #323232. Windows color (decimal): -16235947 or 5587464. OLE color: 5587464.

HSL color Cylindrical-coordinate representation of color #084255: hue angle of 194.81º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084255 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 66 85 -
CMYK 0.91 0.22 0 0.67
HSL 194.81º 0.83% 0.18% -
HSV(B) 194.81º 0.91% 0.33% -
XYZ 3.69 4.6 9.29 -
YUV 50.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 8 66 85 0.91 0.22 0 0.67 194.81 0.83 0.18
Hex 8 42 55 5B 16 0 43 C3 53 12
Octal 10 102 125 133 26 0 103 303 123 22
Binary 1000 1000010 1010101 1011011 10110 0 1000011 11000011 1010011 10010

Color Harmonies of #084255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084255

Black with #084255

Text Example


Text Example

White with #084255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084255; }

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

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

background-color css

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

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

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

border-color css

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

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

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