#012699

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

Shades of Smalt #012699

Tints of Smalt #012699

Color information

#012699 (or 0x012699) is unknown color: approx Smalt. HEX triplet: 01, 26 and 99. RGB value is (1,38,153). Sum of RGB (Red+Green+Blue) = 1+38+153=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #012699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012699 is #FED966. Grayscale: #272727. Windows color (decimal): -16701799 or 10036737. OLE color: 10036737.

HSL color Cylindrical-coordinate representation of color #012699: hue angle of 225.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012699 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB138153-
CMYK0.990.7500.4
HSL225.39º98.7%30.2%-
HSV(B)225.39º99.35%60%-
XYZ6.463.6930.51-
YUV40.05191.74100.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=0.52%
G=19.79%
B=79.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381530.990.7500.4225.3998.730.2
Hex12699634B028e1631e
Octal14623114311305034114336
Binary11001101001100111000111001011010100011100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012699; }

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

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

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

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

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

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

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

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