#012689

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

Shades of Smalt #012689

Tints of Smalt #012689

Color information

#012689 (or 0x012689) is unknown color: approx Smalt. HEX triplet: 01, 26 and 89. RGB value is (1,38,137). Sum of RGB (Red+Green+Blue) = 1+38+137=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #012689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012689 is #FED976. Grayscale: #252525. Windows color (decimal): -16701815 or 8988161. OLE color: 8988161.

HSL color Cylindrical-coordinate representation of color #012689: hue angle of 223.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012689 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB138137-
CMYK0.990.7200.46
HSL223.68º98.55%27.06%-
HSV(B)223.68º99.27%53.73%-
XYZ5.223.224.01-
YUV38.22183.74101.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 137 (53.91% from 255) = 77.84%
R=0.57%
G=21.59%
B=77.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381370.990.7200.46223.6898.5527.06
Hex12689634802Ee0631b
Octal14621114311005634014333
Binary11001101000100111000111001000010111011100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012689; }

 p { color: rgb(1,38,137); }

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

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

 a { background-color: rgb(1,38,137); }

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

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

 span { border-color: rgb(1,38,137); }

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