Html Css Color HEX #064092 Smalt

📋 copy color: '#064092'

red 6 ◦ green 64 ◦ blue 146

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

Shades of Smalt #064092

Tints of Smalt #064092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 2.78%
G = 29.63%
B = 67.59%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#064092 (or 0x064092) is known color: Smalt. HEX triplet: 06, 40 and 92. RGB value is (6,64,146). Sum of RGB (Red+Green+Blue) = 6+64+146=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #064092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064092 is #F9BF6D. Grayscale: #373737. Windows color (decimal): -16367470 or 9584646. OLE color: 9584646.

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

Color convert

RGB 6 64 146 -
CMYK 0.96 0.56 0 0.43
HSL 215.14º 0.92% 0.3% -
HSV(B) 215.14º 0.96% 0.57% -
XYZ 7.1 5.78 27.94 -
YUV 56.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 6 64 146 0.96 0.56 0 0.43 215.14 0.92 0.3
Hex 6 40 92 60 38 0 2B D7 5C 1E
Octal 6 100 222 140 70 0 53 327 134 36
Binary 110 1000000 10010010 1100000 111000 0 101011 11010111 1011100 11110

Color Harmonies of #064092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064092

Black with #064092

Text Example


Text Example

White with #064092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064092; }

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

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

background-color css

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

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

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

border-color css

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

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

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