#061E85

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

Shades of Smalt #061E85

Tints of Smalt #061E85

Color information

#061E85 (or 0x061E85) is unknown color: approx Smalt. HEX triplet: 06, 1E and 85. RGB value is (6,30,133). Sum of RGB (Red+Green+Blue) = 6+30+133=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #061E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E85 is #F9E17A. Grayscale: #222222. Windows color (decimal): -16376187 or 8723974. OLE color: 8723974.

HSL color Cylindrical-coordinate representation of color #061E85: hue angle of 228.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E85 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB630133-
CMYK0.950.7700.48
HSL228.66º91.37%27.25%-
HSV(B)228.66º95.49%52.16%-
XYZ4.772.6622.45-
YUV34.57183.55107.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 133 (52.34% from 255) = 78.70%
R=3.55%
G=17.75%
B=78.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6301330.950.7700.48228.6691.3727.25
Hex61E855F4D030e55b1b
Octal63620513711506034513333
Binary110111101000010110111111001101011000011100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E85; }

 p { color: rgb(6,30,133); }

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

<style>
 a { background-color: #061E85; }

 a { background-color: rgb(6,30,133); }

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

<style>
 span { border-color: #061E85; }

 span { border-color: rgb(6,30,133); }

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