#063D9E

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

Shades of Smalt #063D9E

Tints of Smalt #063D9E

Color information

#063D9E (or 0x063D9E) is unknown color: approx Smalt. HEX triplet: 06, 3D and 9E. RGB value is (6,61,158). Sum of RGB (Red+Green+Blue) = 6+61+158=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #063D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9E is #F9C261. Grayscale: #373737. Windows color (decimal): -16368226 or 10370310. OLE color: 10370310.

HSL color Cylindrical-coordinate representation of color #063D9E: hue angle of 218.29º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D9E is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB661158-
CMYK0.960.6100.38
HSL218.29º92.68%32.16%-
HSV(B)218.29º96.2%61.96%-
XYZ7.925.8433.06-
YUV55.61185.7892.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=2.67%
G=27.11%
B=70.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6611580.960.6100.38218.2992.6832.16
Hex63D9E603D026da5d20
Octal6752361407504633213540
Binary1101111011001111011000001111010100110110110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063D9E; }

 p { color: rgb(6,61,158); }

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

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

 a { background-color: rgb(6,61,158); }

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

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

 span { border-color: rgb(6,61,158); }

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