#084153

Color #084153 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #084153

Tints of Sherpa Blue #084153

Color information

#084153 (or 0x084153) is unknown color: approx Sherpa Blue. HEX triplet: 08, 41 and 53. RGB value is (8,65,83). Sum of RGB (Red+Green+Blue) = 8+65+83=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #084153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084153 is #F7BEAC. Grayscale: #313131. Windows color (decimal): -16236205 or 5456136. OLE color: 5456136.

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

Color convert

RGB86583-
CMYK0.900.2200.67
HSL194.4º82.42%17.84%-
HSV(B)194.4º90.36%32.55%-
XYZ3.554.468.86-
YUV50.01146.6298.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=5.13%
G=41.67%
B=53.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal865830.900.2200.67194.482.4217.84
Hex841535A16043c25212
Octal1010112313226010330212222
Binary1000100000110100111011010101100100001111000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084153; }

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

 H1.HeaderClassName
 {
   color: #084153;
 }
 .AnyTagClassName
 {
   color: #084153;
 }
</style>
background-color css

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

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

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

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

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

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