#06228E

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

Shades of Smalt #06228E

Tints of Smalt #06228E

Color information

#06228E (or 0x06228E) is unknown color: approx Smalt. HEX triplet: 06, 22 and 8E. RGB value is (6,34,142). Sum of RGB (Red+Green+Blue) = 6+34+142=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 142 (55.86% from 255 or 78.02% from 182); Max value from RGB is 142 - color contains mainly: blue. Hex color #06228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06228E is #F9DD71. Grayscale: #252525. Windows color (decimal): -16375154 or 9314822. OLE color: 9314822.

HSL color Cylindrical-coordinate representation of color #06228E: hue angle of 227.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06228E is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB634142-
CMYK0.960.7600.44
HSL227.65º91.89%29.02%-
HSV(B)227.65º95.77%55.69%-
XYZ5.533.1425.91-
YUV37.94186.72105.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 142 (55.86% from 255) = 78.02%
R=3.30%
G=18.68%
B=78.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6341420.960.7600.44227.6591.8929.02
Hex6228E604C02Ce45c1d
Octal64221614011405434413435
Binary1101000101000111011000001001100010110011100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06228E; }

 p { color: rgb(6,34,142); }

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

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

 a { background-color: rgb(6,34,142); }

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

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

 span { border-color: rgb(6,34,142); }

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