Html Css Color HEX #084498 Smalt

📋 copy color: '#084498'

red 8 ◦ green 68 ◦ blue 152

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

Shades of Smalt #084498

Tints of Smalt #084498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 66.67%

R = 3.51%
G = 29.82%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#084498 (or 0x084498) is known color: Smalt. HEX triplet: 08, 44 and 98. RGB value is (8,68,152). Sum of RGB (Red+Green+Blue) = 8+68+152=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #084498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084498 is #F7BB67. Grayscale: #3B3B3B. Windows color (decimal): -16235368 or 9978888. OLE color: 9978888.

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

Color convert

RGB 8 68 152 -
CMYK 0.95 0.55 0 0.40
HSL 215º 0.9% 0.31% -
HSV(B) 215º 0.95% 0.6% -
XYZ 7.83 6.45 30.54 -
YUV 59.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 8 68 152 0.95 0.55 0 0.40 215 0.9 0.31
Hex 8 44 98 5F 37 0 28 D7 5A 1F
Octal 10 104 230 137 67 0 50 327 132 37
Binary 1000 1000100 10011000 1011111 110111 0 101000 11010111 1011010 11111

Color Harmonies of #084498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084498

Black with #084498

Text Example


Text Example

White with #084498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084498; }

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

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

background-color css

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

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

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

border-color css

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

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

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