#063E8D

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

Shades of Smalt #063E8D

Tints of Smalt #063E8D

Color information

#063E8D (or 0x063E8D) is unknown color: approx Smalt. HEX triplet: 06, 3E and 8D. RGB value is (6,62,141). Sum of RGB (Red+Green+Blue) = 6+62+141=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #063E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E8D is #F9C172. Grayscale: #353535. Windows color (decimal): -16367987 or 9256454. OLE color: 9256454.

HSL color Cylindrical-coordinate representation of color #063E8D: hue angle of 215.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E8D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB662141-
CMYK0.960.5600.45
HSL215.11º91.84%28.82%-
HSV(B)215.11º95.74%55.29%-
XYZ6.615.4125.89-
YUV54.26176.9593.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=2.87%
G=29.67%
B=67.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6621410.960.5600.45215.1191.8428.82
Hex63E8D603802Dd75c1d
Octal6762151407005532713435
Binary110111110100011011100000111000010110111010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,62,141); }

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

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

 a { background-color: rgb(6,62,141); }

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

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

 span { border-color: rgb(6,62,141); }

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