#06319D

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

Shades of Smalt #06319D

Tints of Smalt #06319D

Color information

#06319D (or 0x06319D) is unknown color: approx Smalt. HEX triplet: 06, 31 and 9D. RGB value is (6,49,157). Sum of RGB (Red+Green+Blue) = 6+49+157=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #06319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06319D is #F9CE62. Grayscale: #2F2F2F. Windows color (decimal): -16371299 or 10301702. OLE color: 10301702.

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

Color convert

RGB649157-
CMYK0.960.6900.38
HSL222.91º92.64%31.96%-
HSV(B)222.91º96.18%61.57%-
XYZ7.264.6732.42-
YUV48.46189.2597.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=2.83%
G=23.11%
B=74.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6491570.960.6900.38222.9192.6431.96
Hex6319D6045026df5d20
Octal66123514010504633713540
Binary11011000110011101110000010001010100110110111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06319D; }

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

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

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

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

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

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

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

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