#063995

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

Shades of Smalt #063995

Tints of Smalt #063995

Color information

#063995 (or 0x063995) is unknown color: approx Smalt. HEX triplet: 06, 39 and 95. RGB value is (6,57,149). Sum of RGB (Red+Green+Blue) = 6+57+149=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #063995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063995 is #F9C66A. Grayscale: #333333. Windows color (decimal): -16369259 or 9779462. OLE color: 9779462.

HSL color Cylindrical-coordinate representation of color #063995: hue angle of 218.6º 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 #063995 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB657149-
CMYK0.960.6200.42
HSL218.6º92.26%30.39%-
HSV(B)218.6º95.97%58.43%-
XYZ6.965.1329.06-
YUV52.24182.695.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=2.83%
G=26.89%
B=70.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6571490.960.6200.42218.692.2630.39
Hex63995603E02Adb5c1e
Octal6712251407605233313436
Binary110111001100101011100000111110010101011011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063995; }

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

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

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

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

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

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

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

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