Html Css Color HEX #064191 Smalt

📋 copy color: '#064191'

red 6 ◦ green 65 ◦ blue 145

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

Shades of Smalt #064191

Tints of Smalt #064191

RGB

 RED value IS 6 (2.73% from 255) = 2.78%

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 145 (57.03% from 255) = 67.13%

R = 2.78%
G = 30.09%
B = 67.13%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064191 (or 0x064191) is known color: Smalt. HEX triplet: 06, 41 and 91. RGB value is (6,65,145). Sum of RGB (Red+Green+Blue) = 6+65+145=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #064191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064191 is #F9BE6E. Grayscale: #383838. Windows color (decimal): -16367215 or 9519366. OLE color: 9519366.

HSL color Cylindrical-coordinate representation of color #064191: hue angle of 214.53º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064191 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 65 145 -
CMYK 0.96 0.55 0 0.43
HSL 214.53º 0.92% 0.3% -
HSV(B) 214.53º 0.96% 0.57% -
XYZ 7.08 5.86 27.55 -
YUV 56.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 6 65 145 0.96 0.55 0 0.43 214.53 0.92 0.3
Hex 6 41 91 60 37 0 2B D7 5C 1E
Octal 6 101 221 140 67 0 53 327 134 36
Binary 110 1000001 10010001 1100000 110111 0 101011 11010111 1011100 11110

Color Harmonies of #064191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064191

Black with #064191

Text Example


Text Example

White with #064191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064191; }

 p { color: rgb(6,65,145); }

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

background-color css

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

 a { background-color: rgb(6,65,145); }

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

border-color css

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

 span { border-color: rgb(6,65,145); }

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