Html Css Color HEX #084095 Smalt

📋 copy color: '#084095'

red 8 ◦ green 64 ◦ blue 149

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

Shades of Smalt #084095

Tints of Smalt #084095

RGB

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

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

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

R = 3.62%
G = 28.96%
B = 67.42%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084095 (or 0x084095) is known color: Smalt. HEX triplet: 08, 40 and 95. RGB value is (8,64,149). Sum of RGB (Red+Green+Blue) = 8+64+149=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #084095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084095 is #F7BF6A. Grayscale: #383838. Windows color (decimal): -16236395 or 9781256. OLE color: 9781256.

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

Color convert

RGB 8 64 149 -
CMYK 0.95 0.57 0 0.42
HSL 216.17º 0.9% 0.31% -
HSV(B) 216.17º 0.95% 0.58% -
XYZ 7.36 5.89 29.18 -
YUV 56.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 8 64 149 0.95 0.57 0 0.42 216.17 0.9 0.31
Hex 8 40 95 5F 39 0 2A D8 5A 1F
Octal 10 100 225 137 71 0 52 330 132 37
Binary 1000 1000000 10010101 1011111 111001 0 101010 11011000 1011010 11111

Color Harmonies of #084095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084095

Black with #084095

Text Example


Text Example

White with #084095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084095; }

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

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

background-color css

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

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

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

border-color css

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

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

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