#0635A1

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

Shades of Smalt #0635A1

Tints of Smalt #0635A1

Color information

#0635A1 (or 0x0635A1) is unknown color: approx Smalt. HEX triplet: 06, 35 and A1. RGB value is (6,53,161). Sum of RGB (Red+Green+Blue) = 6+53+161=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #0635A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0635A1 is #F9CA5E. Grayscale: #323232. Windows color (decimal): -16370271 or 10564870. OLE color: 10564870.

HSL color Cylindrical-coordinate representation of color #0635A1: hue angle of 221.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0635A1 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB653161-
CMYK0.960.6700.37
HSL221.81º92.81%32.75%-
HSV(B)221.81º96.27%63.14%-
XYZ7.785.1634.3-
YUV51.26189.9395.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 161 (63.28% from 255) = 73.18%
R=2.73%
G=24.09%
B=73.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6531610.960.6700.37221.8192.8132.75
Hex635A16043025de5d21
Octal66524114010304533613541
Binary11011010110100001110000010000110100101110111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0635A1; }

 p { color: rgb(6,53,161); }

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

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

 a { background-color: rgb(6,53,161); }

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

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

 span { border-color: rgb(6,53,161); }

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