#083C4F

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

Shades of Sherpa Blue #083C4F

Tints of Sherpa Blue #083C4F

Color information

#083C4F (or 0x083C4F) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3C and 4F. RGB value is (8,60,79). Sum of RGB (Red+Green+Blue) = 8+60+79=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #083C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C4F is #F7C3B0. Grayscale: #2E2E2E. Windows color (decimal): -16237489 or 5192712. OLE color: 5192712.

HSL color Cylindrical-coordinate representation of color #083C4F: hue angle of 196.06º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083C4F is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB86079-
CMYK0.900.2400.69
HSL196.06º81.61%17.06%-
HSV(B)196.06º89.87%30.98%-
XYZ3.133.857.98-
YUV46.62146.27100.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=5.44%
G=40.82%
B=53.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal860790.900.2400.69196.0681.6117.06
Hex83C4F5A18045c45211
Octal107411713230010530412221
Binary100011110010011111011010110000100010111000100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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