Html Css Color HEX #064392 Smalt

📋 copy color: '#064392'

red 6 ◦ green 67 ◦ blue 146

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

Shades of Smalt #064392

Tints of Smalt #064392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 2.74%
G = 30.59%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064392 (or 0x064392) is known color: Smalt. HEX triplet: 06, 43 and 92. RGB value is (6,67,146). Sum of RGB (Red+Green+Blue) = 6+67+146=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #064392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064392 is #F9BC6D. Grayscale: #393939. Windows color (decimal): -16366702 or 9585414. OLE color: 9585414.

HSL color Cylindrical-coordinate representation of color #064392: hue angle of 213.86º 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 #064392 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 67 146 -
CMYK 0.96 0.54 0 0.43
HSL 213.86º 0.92% 0.3% -
HSV(B) 213.86º 0.96% 0.57% -
XYZ 7.27 6.13 27.99 -
YUV 57.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 6 67 146 0.96 0.54 0 0.43 213.86 0.92 0.3
Hex 6 43 92 60 36 0 2B D6 5C 1E
Octal 6 103 222 140 66 0 53 326 134 36
Binary 110 1000011 10010010 1100000 110110 0 101011 11010110 1011100 11110

Color Harmonies of #064392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064392

Black with #064392

Text Example


Text Example

White with #064392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064392; }

 p { color: rgb(6,67,146); }

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

background-color css

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

 a { background-color: rgb(6,67,146); }

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

border-color css

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

 span { border-color: rgb(6,67,146); }

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