#063D95

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

Shades of Smalt #063D95

Tints of Smalt #063D95

Color information

#063D95 (or 0x063D95) is unknown color: approx Smalt. HEX triplet: 06, 3D and 95. RGB value is (6,61,149). Sum of RGB (Red+Green+Blue) = 6+61+149=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #063D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D95 is #F9C26A. Grayscale: #363636. Windows color (decimal): -16368235 or 9780486. OLE color: 9780486.

HSL color Cylindrical-coordinate representation of color #063D95: hue angle of 216.92º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D95 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB661149-
CMYK0.960.5900.42
HSL216.92º92.26%30.39%-
HSV(B)216.92º95.97%58.43%-
XYZ7.175.5529.13-
YUV54.59181.2893.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=2.78%
G=28.24%
B=68.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6611490.960.5900.42216.9292.2630.39
Hex63D95603B02Ad95c1e
Octal6752251407305233113436
Binary110111101100101011100000111011010101011011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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