Html Css Color HEX #082494 Smalt

📋 copy color: '#082494'

red 8 ◦ green 36 ◦ blue 148

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

Shades of Smalt #082494

Tints of Smalt #082494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 77.08%

R = 4.17%
G = 18.75%
B = 77.08%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082494 (or 0x082494) is known color: Smalt. HEX triplet: 08, 24 and 94. RGB value is (8,36,148). Sum of RGB (Red+Green+Blue) = 8+36+148=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #082494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082494 is #F7DB6B. Grayscale: #272727. Windows color (decimal): -16243564 or 9708552. OLE color: 9708552.

HSL color Cylindrical-coordinate representation of color #082494: hue angle of 228º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082494 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 36 148 -
CMYK 0.95 0.76 0 0.42
HSL 228º 0.9% 0.31% -
HSV(B) 228º 0.95% 0.58% -
XYZ 6.08 3.45 28.36 -
YUV 40.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 8 36 148 0.95 0.76 0 0.42 228 0.9 0.31
Hex 8 24 94 5F 4C 0 2A E4 5A 1F
Octal 10 44 224 137 114 0 52 344 132 37
Binary 1000 100100 10010100 1011111 1001100 0 101010 11100100 1011010 11111

Color Harmonies of #082494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082494

Black with #082494

Text Example


Text Example

White with #082494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082494; }

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

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

background-color css

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

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

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

border-color css

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

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

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