#083C4D

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

Shades of Sherpa Blue #083C4D

Tints of Sherpa Blue #083C4D

Color information

#083C4D (or 0x083C4D) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3C and 4D. RGB value is (8,60,77). Sum of RGB (Red+Green+Blue) = 8+60+77=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #083C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C4D is #F7C3B2. Grayscale: #2E2E2E. Windows color (decimal): -16237491 or 5061640. OLE color: 5061640.

HSL color Cylindrical-coordinate representation of color #083C4D: hue angle of 194.78º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083C4D is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB86077-
CMYK0.900.2200.70
HSL194.78º81.18%16.67%-
HSV(B)194.78º89.61%30.2%-
XYZ3.063.827.6-
YUV46.39145.27100.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=5.52%
G=41.38%
B=53.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal860770.900.2200.70194.7881.1816.67
Hex83C4D5A16046c35111
Octal107411513226010630312121
Binary100011110010011011011010101100100011011000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,60,77); }

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

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

 a { background-color: rgb(8,60,77); }

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

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

 span { border-color: rgb(8,60,77); }

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