Html Css Color HEX #082391 Smalt

📋 copy color: '#082391'

red 8 ◦ green 35 ◦ blue 145

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

Shades of Smalt #082391

Tints of Smalt #082391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

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

R = 4.26%
G = 18.62%
B = 77.13%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082391 (or 0x082391) is known color: Smalt. HEX triplet: 08, 23 and 91. RGB value is (8,35,145). Sum of RGB (Red+Green+Blue) = 8+35+145=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #082391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082391 is #F7DC6E. Grayscale: #272727. Windows color (decimal): -16243823 or 9511688. OLE color: 9511688.

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

Color convert

RGB 8 35 145 -
CMYK 0.94 0.76 0 0.43
HSL 228.18º 0.9% 0.3% -
HSV(B) 228.18º 0.94% 0.57% -
XYZ 5.81 3.3 27.12 -
YUV 39.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 8 35 145 0.94 0.76 0 0.43 228.18 0.9 0.3
Hex 8 23 91 5E 4C 0 2B E4 5A 1E
Octal 10 43 221 136 114 0 53 344 132 36
Binary 1000 100011 10010001 1011110 1001100 0 101011 11100100 1011010 11110

Color Harmonies of #082391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082391

Black with #082391

Text Example


Text Example

White with #082391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082391; }

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

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

background-color css

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

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

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

border-color css

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

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

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