#083C4B

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

Shades of Sherpa Blue #083C4B

Tints of Sherpa Blue #083C4B

Color information

#083C4B (or 0x083C4B) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3C and 4B. RGB value is (8,60,75). Sum of RGB (Red+Green+Blue) = 8+60+75=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #083C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C4B is #F7C3B4. Grayscale: #2E2E2E. Windows color (decimal): -16237493 or 4930568. OLE color: 4930568.

HSL color Cylindrical-coordinate representation of color #083C4B: hue angle of 193.43º 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 #083C4B is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB86075-
CMYK0.890.2000.71
HSL193.43º80.72%16.27%-
HSV(B)193.43º89.33%29.41%-
XYZ2.993.797.23-
YUV46.16144.27100.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=5.59%
G=41.96%
B=52.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal860750.890.2000.71193.4380.7216.27
Hex83C4B5914047c15110
Octal107411313124010730112120
Binary100011110010010111011001101000100011111000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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