#063B8D

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

Shades of Smalt #063B8D

Tints of Smalt #063B8D

Color information

#063B8D (or 0x063B8D) is unknown color: approx Smalt. HEX triplet: 06, 3B and 8D. RGB value is (6,59,141). Sum of RGB (Red+Green+Blue) = 6+59+141=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #063B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063B8D is #F9C472. Grayscale: #343434. Windows color (decimal): -16368755 or 9255686. OLE color: 9255686.

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

Color convert

RGB659141-
CMYK0.960.5800.45
HSL216.44º91.84%28.82%-
HSV(B)216.44º95.74%55.29%-
XYZ6.455.0925.84-
YUV52.5177.9494.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=2.91%
G=28.64%
B=68.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6591410.960.5800.45216.4491.8428.82
Hex63B8D603A02Dd85c1d
Octal6732151407205533013435
Binary110111011100011011100000111010010110111011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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