#06248F

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

Shades of Smalt #06248F

Tints of Smalt #06248F

Color information

#06248F (or 0x06248F) is unknown color: approx Smalt. HEX triplet: 06, 24 and 8F. RGB value is (6,36,143). Sum of RGB (Red+Green+Blue) = 6+36+143=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #06248F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06248F is #F9DB70. Grayscale: #262626. Windows color (decimal): -16374641 or 9380870. OLE color: 9380870.

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

Color convert

RGB636143-
CMYK0.960.7500.44
HSL226.86º91.95%29.22%-
HSV(B)226.86º95.8%56.08%-
XYZ5.663.2826.32-
YUV39.23186.56104.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 143 (56.25% from 255) = 77.30%
R=3.24%
G=19.46%
B=77.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6361430.960.7500.44226.8691.9529.22
Hex6248F604B02Ce35c1d
Octal64421714011305434313435
Binary1101001001000111111000001001011010110011100011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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