#012694

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

Shades of Smalt #012694

Tints of Smalt #012694

Color information

#012694 (or 0x012694) is unknown color: approx Smalt. HEX triplet: 01, 26 and 94. RGB value is (1,38,148). Sum of RGB (Red+Green+Blue) = 1+38+148=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #012694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012694 is #FED96B. Grayscale: #272727. Windows color (decimal): -16701804 or 9709057. OLE color: 9709057.

HSL color Cylindrical-coordinate representation of color #012694: hue angle of 224.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012694 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB138148-
CMYK0.990.7400.42
HSL224.9º98.66%29.22%-
HSV(B)224.9º99.32%58.04%-
XYZ6.053.5328.38-
YUV39.48189.24100.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=0.53%
G=20.32%
B=79.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381480.990.7400.42224.998.6629.22
Hex12694634A02Ae1631d
Octal14622414311205234114335
Binary11001101001010011000111001010010101011100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012694; }

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

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

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

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

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

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

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

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