Html Css Color HEX #084497 Smalt

📋 copy color: '#084497'

red 8 ◦ green 68 ◦ blue 151

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

Shades of Smalt #084497

Tints of Smalt #084497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 66.52%

R = 3.52%
G = 29.96%
B = 66.52%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#084497 (or 0x084497) is known color: Smalt. HEX triplet: 08, 44 and 97. RGB value is (8,68,151). Sum of RGB (Red+Green+Blue) = 8+68+151=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #084497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084497 is #F7BB68. Grayscale: #3B3B3B. Windows color (decimal): -16235369 or 9913352. OLE color: 9913352.

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

Color convert

RGB 8 68 151 -
CMYK 0.95 0.55 0 0.41
HSL 214.83º 0.9% 0.31% -
HSV(B) 214.83º 0.95% 0.59% -
XYZ 7.75 6.42 30.11 -
YUV 59.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 8 68 151 0.95 0.55 0 0.41 214.83 0.9 0.31
Hex 8 44 97 5F 37 0 29 D7 5A 1F
Octal 10 104 227 137 67 0 51 327 132 37
Binary 1000 1000100 10010111 1011111 110111 0 101001 11010111 1011010 11111

Color Harmonies of #084497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084497

Black with #084497

Text Example


Text Example

White with #084497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084497; }

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

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

background-color css

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

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

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

border-color css

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

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

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