Html Css Color HEX #083D53 Sherpa Blue

📋 copy color: '#083D53'

red 8 ◦ green 61 ◦ blue 83

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

Shades of Sherpa Blue #083D53

Tints of Sherpa Blue #083D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 5.26%
G = 40.13%
B = 54.61%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#083D53 (or 0x083D53) is known color: Sherpa Blue. HEX triplet: 08, 3D and 53. RGB value is (8,61,83). Sum of RGB (Red+Green+Blue) = 8+61+83=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #083D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D53 is #F7C2AC. Grayscale: #2F2F2F. Windows color (decimal): -16237229 or 5455112. OLE color: 5455112.

HSL color Cylindrical-coordinate representation of color #083D53: hue angle of 197.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083D53 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 61 83 -
CMYK 0.90 0.27 0 0.67
HSL 197.6º 0.82% 0.18% -
HSV(B) 197.6º 0.9% 0.33% -
XYZ 3.33 4.01 8.78 -
YUV 47.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 8 61 83 0.90 0.27 0 0.67 197.6 0.82 0.18
Hex 8 3D 53 5A 1B 0 43 C6 52 12
Octal 10 75 123 132 33 0 103 306 122 22
Binary 1000 111101 1010011 1011010 11011 0 1000011 11000110 1010010 10010

Color Harmonies of #083D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D53

Black with #083D53

Text Example


Text Example

White with #083D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,61,83); }

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

background-color css

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

 a { background-color: rgb(8,61,83); }

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

border-color css

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

 span { border-color: rgb(8,61,83); }

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