#083F4B

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

Shades of Sherpa Blue #083F4B

Tints of Sherpa Blue #083F4B

Color information

#083F4B (or 0x083F4B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3F and 4B. RGB value is (8,63,75). Sum of RGB (Red+Green+Blue) = 8+63+75=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #083F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F4B is #F7C0B4. Grayscale: #2F2F2F. Windows color (decimal): -16236725 or 4931336. OLE color: 4931336.

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

Color convert

RGB86375-
CMYK0.890.1600.71
HSL190.75º80.72%16.27%-
HSV(B)190.75º89.33%29.41%-
XYZ3.154.117.28-
YUV47.92143.2899.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=5.48%
G=43.15%
B=51.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal863750.890.1600.71190.7580.7216.27
Hex83F4B5910047bf5110
Octal107711313120010727712120
Binary100011111110010111011001100000100011110111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,63,75); }

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

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

 a { background-color: rgb(8,63,75); }

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

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

 span { border-color: rgb(8,63,75); }

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