#0636A1

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

Shades of Smalt #0636A1

Tints of Smalt #0636A1

Color information

#0636A1 (or 0x0636A1) is unknown color: approx Smalt. HEX triplet: 06, 36 and A1. RGB value is (6,54,161). Sum of RGB (Red+Green+Blue) = 6+54+161=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #0636A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0636A1 is #F9C95E. Grayscale: #333333. Windows color (decimal): -16370015 or 10565126. OLE color: 10565126.

HSL color Cylindrical-coordinate representation of color #0636A1: hue angle of 221.42º 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 #0636A1 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB654161-
CMYK0.960.6600.37
HSL221.42º92.81%32.75%-
HSV(B)221.42º96.27%63.14%-
XYZ7.835.2534.32-
YUV51.85189.695.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 161 (63.28% from 255) = 72.85%
R=2.71%
G=24.43%
B=72.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6541610.960.6600.37221.4292.8132.75
Hex636A16042025dd5d21
Octal66624114010204533513541
Binary11011011010100001110000010000100100101110111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0636A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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