#063D9D

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

Shades of Smalt #063D9D

Tints of Smalt #063D9D

Color information

#063D9D (or 0x063D9D) is unknown color: approx Smalt. HEX triplet: 06, 3D and 9D. RGB value is (6,61,157). Sum of RGB (Red+Green+Blue) = 6+61+157=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #063D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9D is #F9C262. Grayscale: #373737. Windows color (decimal): -16368227 or 10304774. OLE color: 10304774.

HSL color Cylindrical-coordinate representation of color #063D9D: hue angle of 218.15º 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 #063D9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB661157-
CMYK0.960.6100.38
HSL218.15º92.64%31.96%-
HSV(B)218.15º96.18%61.57%-
XYZ7.835.8132.61-
YUV55.5185.2892.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 157 (61.72% from 255) = 70.09%
R=2.68%
G=27.23%
B=70.09%

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
Decimal6611570.960.6100.38218.1592.6431.96
Hex63D9D603D026da5d20
Octal6752351407504633213540
Binary1101111011001110111000001111010100110110110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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