Html Css Color HEX #084395 Smalt

📋 copy color: '#084395'

red 8 ◦ green 67 ◦ blue 149

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

Shades of Smalt #084395

Tints of Smalt #084395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

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

R = 3.57%
G = 29.91%
B = 66.52%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084395 (or 0x084395) is known color: Smalt. HEX triplet: 08, 43 and 95. RGB value is (8,67,149). Sum of RGB (Red+Green+Blue) = 8+67+149=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #084395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084395 is #F7BC6A. Grayscale: #3A3A3A. Windows color (decimal): -16235627 or 9782024. OLE color: 9782024.

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

Color convert

RGB 8 67 149 -
CMYK 0.95 0.55 0 0.42
HSL 214.89º 0.9% 0.31% -
HSV(B) 214.89º 0.95% 0.58% -
XYZ 7.53 6.24 29.24 -
YUV 58.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 8 67 149 0.95 0.55 0 0.42 214.89 0.9 0.31
Hex 8 43 95 5F 37 0 2A D7 5A 1F
Octal 10 103 225 137 67 0 52 327 132 37
Binary 1000 1000011 10010101 1011111 110111 0 101010 11010111 1011010 11111

Color Harmonies of #084395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084395

Black with #084395

Text Example


Text Example

White with #084395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084395; }

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

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

background-color css

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

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

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

border-color css

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

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

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