#062185

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

Shades of Smalt #062185

Tints of Smalt #062185

Color information

#062185 (or 0x062185) is unknown color: approx Smalt. HEX triplet: 06, 21 and 85. RGB value is (6,33,133). Sum of RGB (Red+Green+Blue) = 6+33+133=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #062185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062185 is #F9DE7A. Grayscale: #232323. Windows color (decimal): -16375419 or 8724742. OLE color: 8724742.

HSL color Cylindrical-coordinate representation of color #062185: hue angle of 227.24º 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 #062185 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB633133-
CMYK0.950.7500.48
HSL227.24º91.37%27.25%-
HSV(B)227.24º95.49%52.16%-
XYZ4.852.8222.48-
YUV36.33182.55106.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=3.49%
G=19.19%
B=77.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6331330.950.7500.48227.2491.3727.25
Hex621855F4B030e35b1b
Octal64120513711306034313333
Binary1101000011000010110111111001011011000011100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062185; }

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

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

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

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

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

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

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

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