#063499

Color #063499 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #063499

Tints of Smalt #063499

Color information

#063499 (or 0x063499) is unknown color: approx Smalt. HEX triplet: 06, 34 and 99. RGB value is (6,52,153). Sum of RGB (Red+Green+Blue) = 6+52+153=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #063499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063499 is #F9CB66. Grayscale: #313131. Windows color (decimal): -16370535 or 10040326. OLE color: 10040326.

HSL color Cylindrical-coordinate representation of color #063499: hue angle of 221.22º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063499 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB652153-
CMYK0.960.6600.4
HSL221.22º92.45%31.18%-
HSV(B)221.22º96.08%60%-
XYZ7.054.7930.69-
YUV49.76186.2696.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=2.84%
G=24.64%
B=72.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6521530.960.6600.4221.2292.4531.18
Hex634996042028dd5c1f
Octal66423114010205033513437
Binary1101101001001100111000001000010010100011011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063499; }

 p { color: rgb(6,52,153); }

 H1.HeaderClassName
 {
   color: #063499;
 }
 .AnyTagClassName
 {
   color: #063499;
 }
</style>
background-color css

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

 a { background-color: rgb(6,52,153); }

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

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

 span { border-color: rgb(6,52,153); }

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