Html Css Color HEX #083091 Smalt

📋 copy color: '#083091'

red 8 ◦ green 48 ◦ blue 145

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

Shades of Smalt #083091

Tints of Smalt #083091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 72.14%

R = 3.98%
G = 23.88%
B = 72.14%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083091 (or 0x083091) is known color: Smalt. HEX triplet: 08, 30 and 91. RGB value is (8,48,145). Sum of RGB (Red+Green+Blue) = 8+48+145=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #083091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083091 is #F7CF6E. Grayscale: #2E2E2E. Windows color (decimal): -16240495 or 9515016. OLE color: 9515016.

HSL color Cylindrical-coordinate representation of color #083091: hue angle of 222.48º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083091 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 48 145 -
CMYK 0.94 0.67 0 0.43
HSL 222.48º 0.9% 0.3% -
HSV(B) 222.48º 0.94% 0.57% -
XYZ 6.27 4.21 27.27 -
YUV 47.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 8 48 145 0.94 0.67 0 0.43 222.48 0.9 0.3
Hex 8 30 91 5E 43 0 2B DE 5A 1E
Octal 10 60 221 136 103 0 53 336 132 36
Binary 1000 110000 10010001 1011110 1000011 0 101011 11011110 1011010 11110

Color Harmonies of #083091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083091

Black with #083091

Text Example


Text Example

White with #083091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083091; }

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

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

background-color css

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

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

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

border-color css

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

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

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