#062C85

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

Shades of Smalt #062C85

Tints of Smalt #062C85

Color information

#062C85 (or 0x062C85) is unknown color: approx Smalt. HEX triplet: 06, 2C and 85. RGB value is (6,44,133). Sum of RGB (Red+Green+Blue) = 6+44+133=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #062C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C85 is #F9D37A. Grayscale: #2A2A2A. Windows color (decimal): -16372603 or 8727558. OLE color: 8727558.

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

Color convert

RGB644133-
CMYK0.950.6700.48
HSL222.05º91.37%27.25%-
HSV(B)222.05º95.49%52.16%-
XYZ5.213.5322.6-
YUV42.78178.91101.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=3.28%
G=24.04%
B=72.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6441330.950.6700.48222.0591.3727.25
Hex62C855F43030de5b1b
Octal65420513710306033613333
Binary1101011001000010110111111000011011000011011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C85; }

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

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

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

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

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

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

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

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