#083E4C

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

Shades of Sherpa Blue #083E4C

Tints of Sherpa Blue #083E4C

Color information

#083E4C (or 0x083E4C) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3E and 4C. RGB value is (8,62,76). Sum of RGB (Red+Green+Blue) = 8+62+76=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #083E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083E4C is #F7C1B3. Grayscale: #2F2F2F. Windows color (decimal): -16236980 or 4996616. OLE color: 4996616.

HSL color Cylindrical-coordinate representation of color #083E4C: hue angle of 192.35º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083E4C is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB86276-
CMYK0.890.1800.70
HSL192.35º80.95%16.47%-
HSV(B)192.35º89.47%29.8%-
XYZ3.134.027.45-
YUV47.45144.1199.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=5.48%
G=42.47%
B=52.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal862760.890.1800.70192.3580.9516.47
Hex83E4C5912046c05110
Octal107611413122010630012120
Binary100011111010011001011001100100100011011000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083E4C; }

 p { color: rgb(8,62,76); }

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

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

 a { background-color: rgb(8,62,76); }

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

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

 span { border-color: rgb(8,62,76); }

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