Html Css Color HEX #084495 Smalt

📋 copy color: '#084495'

red 8 ◦ green 68 ◦ blue 149

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

Shades of Smalt #084495

Tints of Smalt #084495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 3.56%
G = 30.22%
B = 66.22%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084495 (or 0x084495) is known color: Smalt. HEX triplet: 08, 44 and 95. RGB value is (8,68,149). Sum of RGB (Red+Green+Blue) = 8+68+149=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #084495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084495 is #F7BB6A. Grayscale: #3A3A3A. Windows color (decimal): -16235371 or 9782280. OLE color: 9782280.

HSL color Cylindrical-coordinate representation of color #084495: hue angle of 214.47º 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 #084495 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 68 149 -
CMYK 0.95 0.54 0 0.42
HSL 214.47º 0.9% 0.31% -
HSV(B) 214.47º 0.95% 0.58% -
XYZ 7.59 6.36 29.26 -
YUV 59.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 8 68 149 0.95 0.54 0 0.42 214.47 0.9 0.31
Hex 8 44 95 5F 36 0 2A D6 5A 1F
Octal 10 104 225 137 66 0 52 326 132 37
Binary 1000 1000100 10010101 1011111 110110 0 101010 11010110 1011010 11111

Color Harmonies of #084495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084495

Black with #084495

Text Example


Text Example

White with #084495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084495; }

 p { color: rgb(8,68,149); }

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

background-color css

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

 a { background-color: rgb(8,68,149); }

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

border-color css

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

 span { border-color: rgb(8,68,149); }

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