Html Css Color HEX #082491 Smalt

📋 copy color: '#082491'

red 8 ◦ green 36 ◦ blue 145

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

Shades of Smalt #082491

Tints of Smalt #082491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 4.23%
G = 19.05%
B = 76.72%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082491 (or 0x082491) is known color: Smalt. HEX triplet: 08, 24 and 91. RGB value is (8,36,145). Sum of RGB (Red+Green+Blue) = 8+36+145=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #082491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082491 is #F7DB6E. Grayscale: #272727. Windows color (decimal): -16243567 or 9511944. OLE color: 9511944.

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

Color convert

RGB 8 36 145 -
CMYK 0.94 0.75 0 0.43
HSL 227.74º 0.9% 0.3% -
HSV(B) 227.74º 0.94% 0.57% -
XYZ 5.84 3.36 27.13 -
YUV 40.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 8 36 145 0.94 0.75 0 0.43 227.74 0.9 0.3
Hex 8 24 91 5E 4B 0 2B E4 5A 1E
Octal 10 44 221 136 113 0 53 344 132 36
Binary 1000 100100 10010001 1011110 1001011 0 101011 11100100 1011010 11110

Color Harmonies of #082491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082491

Black with #082491

Text Example


Text Example

White with #082491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082491; }

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

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

background-color css

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

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

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

border-color css

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

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

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