Html Css Color HEX #084099 Smalt

📋 copy color: '#084099'

red 8 ◦ green 64 ◦ blue 153

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

Shades of Smalt #084099

Tints of Smalt #084099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 153 (60.16% from 255) = 68%

R = 3.56%
G = 28.44%
B = 68%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#084099 (or 0x084099) is known color: Smalt. HEX triplet: 08, 40 and 99. RGB value is (8,64,153). Sum of RGB (Red+Green+Blue) = 8+64+153=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #084099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084099 is #F7BF66. Grayscale: #383838. Windows color (decimal): -16236391 or 10043400. OLE color: 10043400.

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

Color convert

RGB 8 64 153 -
CMYK 0.95 0.58 0 0.4
HSL 216.83º 0.9% 0.32% -
HSV(B) 216.83º 0.95% 0.6% -
XYZ 7.68 6.02 30.89 -
YUV 57.4 181.95 92.76 -
System Red Green Blue C M Y K H S L
Decimal 8 64 153 0.95 0.58 0 0.4 216.83 0.9 0.32
Hex 8 40 99 5F 3A 0 28 D9 5A 20
Octal 10 100 231 137 72 0 50 331 132 40
Binary 1000 1000000 10011001 1011111 111010 0 101000 11011001 1011010 100000

Color Harmonies of #084099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084099

Black with #084099

Text Example


Text Example

White with #084099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084099; }

 p { color: rgb(8,64,153); }

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

background-color css

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

 a { background-color: rgb(8,64,153); }

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

border-color css

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

 span { border-color: rgb(8,64,153); }

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