Html Css Color HEX #083D90 Smalt

📋 copy color: '#083D90'

red 8 ◦ green 61 ◦ blue 144

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

Shades of Smalt #083D90

Tints of Smalt #083D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 3.76%
G = 28.64%
B = 67.61%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083D90 (or 0x083D90) is known color: Smalt. HEX triplet: 08, 3D and 90. RGB value is (8,61,144). Sum of RGB (Red+Green+Blue) = 8+61+144=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #083D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D90 is #F7C26F. Grayscale: #363636. Windows color (decimal): -16237168 or 9452808. OLE color: 9452808.

HSL color Cylindrical-coordinate representation of color #083D90: hue angle of 216.62º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083D90 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 61 144 -
CMYK 0.94 0.58 0 0.44
HSL 216.62º 0.89% 0.3% -
HSV(B) 216.62º 0.94% 0.56% -
XYZ 6.8 5.4 27.07 -
YUV 54.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 8 61 144 0.94 0.58 0 0.44 216.62 0.89 0.3
Hex 8 3D 90 5E 3A 0 2C D9 59 1E
Octal 10 75 220 136 72 0 54 331 131 36
Binary 1000 111101 10010000 1011110 111010 0 101100 11011001 1011001 11110

Color Harmonies of #083D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D90

Black with #083D90

Text Example


Text Example

White with #083D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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