Html Css Color HEX #084297 Smalt

📋 copy color: '#084297'

red 8 ◦ green 66 ◦ blue 151

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

Shades of Smalt #084297

Tints of Smalt #084297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 3.56%
G = 29.33%
B = 67.11%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#084297 (or 0x084297) is known color: Smalt. HEX triplet: 08, 42 and 97. RGB value is (8,66,151). Sum of RGB (Red+Green+Blue) = 8+66+151=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #084297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084297 is #F7BD68. Grayscale: #393939. Windows color (decimal): -16235881 or 9912840. OLE color: 9912840.

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

Color convert

RGB 8 66 151 -
CMYK 0.95 0.56 0 0.41
HSL 215.66º 0.9% 0.31% -
HSV(B) 215.66º 0.95% 0.59% -
XYZ 7.63 6.18 30.07 -
YUV 58.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 8 66 151 0.95 0.56 0 0.41 215.66 0.9 0.31
Hex 8 42 97 5F 38 0 29 D8 5A 1F
Octal 10 102 227 137 70 0 51 330 132 37
Binary 1000 1000010 10010111 1011111 111000 0 101001 11011000 1011010 11111

Color Harmonies of #084297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084297

Black with #084297

Text Example


Text Example

White with #084297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084297; }

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

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

background-color css

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

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

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

border-color css

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

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

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