Html Css Color HEX #083390 Smalt

📋 copy color: '#083390'

red 8 ◦ green 51 ◦ blue 144

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

Shades of Smalt #083390

Tints of Smalt #083390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 3.94%
G = 25.12%
B = 70.94%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083390 (or 0x083390) is known color: Smalt. HEX triplet: 08, 33 and 90. RGB value is (8,51,144). Sum of RGB (Red+Green+Blue) = 8+51+144=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #083390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083390 is #F7CC6F. Grayscale: #303030. Windows color (decimal): -16239728 or 9450248. OLE color: 9450248.

HSL color Cylindrical-coordinate representation of color #083390: hue angle of 221.03º 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 #083390 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 51 144 -
CMYK 0.94 0.65 0 0.44
HSL 221.03º 0.89% 0.3% -
HSV(B) 221.03º 0.94% 0.56% -
XYZ 6.32 4.43 26.91 -
YUV 48.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 8 51 144 0.94 0.65 0 0.44 221.03 0.89 0.3
Hex 8 33 90 5E 41 0 2C DD 59 1E
Octal 10 63 220 136 101 0 54 335 131 36
Binary 1000 110011 10010000 1011110 1000001 0 101100 11011101 1011001 11110

Color Harmonies of #083390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083390

Black with #083390

Text Example


Text Example

White with #083390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083390; }

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

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

background-color css

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

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

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

border-color css

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

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

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