#06218D

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

Shades of Smalt #06218D

Tints of Smalt #06218D

Color information

#06218D (or 0x06218D) is unknown color: approx Smalt. HEX triplet: 06, 21 and 8D. RGB value is (6,33,141). Sum of RGB (Red+Green+Blue) = 6+33+141=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #06218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06218D is #F9DE72. Grayscale: #242424. Windows color (decimal): -16375411 or 9249030. OLE color: 9249030.

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

Color convert

RGB633141-
CMYK0.960.7700.45
HSL228º91.84%28.82%-
HSV(B)228º95.74%55.29%-
XYZ5.433.0525.5-
YUV37.24186.55105.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 141 (55.47% from 255) = 78.33%
R=3.33%
G=18.33%
B=78.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6331410.960.7700.4522891.8428.82
Hex6218D604D02De45c1d
Octal64121514011505534413435
Binary1101000011000110111000001001101010110111100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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