Html Css Color HEX #083090 Smalt

📋 copy color: '#083090'

red 8 ◦ green 48 ◦ blue 144

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

Shades of Smalt #083090

Tints of Smalt #083090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 4%
G = 24%
B = 72%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083090 (or 0x083090) is known color: Smalt. HEX triplet: 08, 30 and 90. RGB value is (8,48,144). Sum of RGB (Red+Green+Blue) = 8+48+144=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #083090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083090 is #F7CF6F. Grayscale: #2E2E2E. Windows color (decimal): -16240496 or 9449480. OLE color: 9449480.

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

Color convert

RGB 8 48 144 -
CMYK 0.94 0.67 0 0.44
HSL 222.35º 0.89% 0.3% -
HSV(B) 222.35º 0.94% 0.56% -
XYZ 6.19 4.18 26.87 -
YUV 46.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 8 48 144 0.94 0.67 0 0.44 222.35 0.89 0.3
Hex 8 30 90 5E 43 0 2C DE 59 1E
Octal 10 60 220 136 103 0 54 336 131 36
Binary 1000 110000 10010000 1011110 1000011 0 101100 11011110 1011001 11110

Color Harmonies of #083090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083090

Black with #083090

Text Example


Text Example

White with #083090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083090; }

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

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

background-color css

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

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

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

border-color css

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

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

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