Html Css Color HEX #083D8D Smalt

📋 copy color: '#083D8D'

red 8 ◦ green 61 ◦ blue 141

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

Shades of Smalt #083D8D

Tints of Smalt #083D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 3.81%
G = 29.05%
B = 67.14%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#083D8D (or 0x083D8D) is known color: Smalt. HEX triplet: 08, 3D and 8D. RGB value is (8,61,141). Sum of RGB (Red+Green+Blue) = 8+61+141=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #083D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D8D is #F7C272. Grayscale: #353535. Windows color (decimal): -16237171 or 9256200. OLE color: 9256200.

HSL color Cylindrical-coordinate representation of color #083D8D: hue angle of 216.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083D8D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 61 141 -
CMYK 0.94 0.57 0 0.45
HSL 216.09º 0.89% 0.29% -
HSV(B) 216.09º 0.94% 0.55% -
XYZ 6.58 5.31 25.88 -
YUV 54.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 8 61 141 0.94 0.57 0 0.45 216.09 0.89 0.29
Hex 8 3D 8D 5E 39 0 2D D8 59 1D
Octal 10 75 215 136 71 0 55 330 131 35
Binary 1000 111101 10001101 1011110 111001 0 101101 11011000 1011001 11101

Color Harmonies of #083D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D8D

Black with #083D8D

Text Example


Text Example

White with #083D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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