Html Css Color HEX #083B50 Sherpa Blue

📋 copy color: '#083B50'

red 8 ◦ green 59 ◦ blue 80

#083B50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #083B50

Tints of Sherpa Blue #083B50

RGB

 RED value IS 8 (3.52% from 255) = 5.44%

 GREEN value IS 59 (23.44% from 255) = 40.14%

 BLUE value IS 80 (31.64% from 255) = 54.42%

R = 5.44%
G = 40.14%
B = 54.42%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#083B50 (or 0x083B50) is known color: Sherpa Blue. HEX triplet: 08, 3B and 50. RGB value is (8,59,80). Sum of RGB (Red+Green+Blue) = 8+59+80=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #083B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B50 is #F7C4AF. Grayscale: #2E2E2E. Windows color (decimal): -16237744 or 5257992. OLE color: 5257992.

HSL color Cylindrical-coordinate representation of color #083B50: hue angle of 197.5º 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 #083B50 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 59 80 -
CMYK 0.90 0.26 0 0.69
HSL 197.5º 0.82% 0.17% -
HSV(B) 197.5º 0.9% 0.31% -
XYZ 3.11 3.76 8.15 -
YUV 46.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 8 59 80 0.90 0.26 0 0.69 197.5 0.82 0.17
Hex 8 3B 50 5A 1A 0 45 C6 52 11
Octal 10 73 120 132 32 0 105 306 122 21
Binary 1000 111011 1010000 1011010 11010 0 1000101 11000110 1010010 10001

Color Harmonies of #083B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B50

Black with #083B50

Text Example


Text Example

White with #083B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,59,80); }

 H1.HeaderClassName
 {
   color: #083B50;
 }
 .AnyTagClassName
 {
   color: #083B50;
 }
</style>

background-color css

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

 a { background-color: rgb(8,59,80); }

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

border-color css

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

 span { border-color: rgb(8,59,80); }

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