#06288F

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

Shades of Smalt #06288F

Tints of Smalt #06288F

Color information

#06288F (or 0x06288F) is unknown color: approx Smalt. HEX triplet: 06, 28 and 8F. RGB value is (6,40,143). Sum of RGB (Red+Green+Blue) = 6+40+143=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #06288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06288F is #F9D770. Grayscale: #292929. Windows color (decimal): -16373617 or 9381894. OLE color: 9381894.

HSL color Cylindrical-coordinate representation of color #06288F: hue angle of 225.11º 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 #06288F is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB640143-
CMYK0.960.7200.44
HSL225.11º91.95%29.22%-
HSV(B)225.11º95.8%56.08%-
XYZ5.793.5426.36-
YUV41.58185.24102.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 143 (56.25% from 255) = 75.66%
R=3.17%
G=21.16%
B=75.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6401430.960.7200.44225.1191.9529.22
Hex6288F604802Ce15c1d
Octal65021714011005434113435
Binary1101010001000111111000001001000010110011100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06288F; }

 p { color: rgb(6,40,143); }

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

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

 a { background-color: rgb(6,40,143); }

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

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

 span { border-color: rgb(6,40,143); }

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