#012D93

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

Shades of Smalt #012D93

Tints of Smalt #012D93

Color information

#012D93 (or 0x012D93) is unknown color: approx Smalt. HEX triplet: 01, 2D and 93. RGB value is (1,45,147). Sum of RGB (Red+Green+Blue) = 1+45+147=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #012D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D93 is #FED26C. Grayscale: #2B2B2B. Windows color (decimal): -16700013 or 9645313. OLE color: 9645313.

HSL color Cylindrical-coordinate representation of color #012D93: hue angle of 221.92º 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 #012D93 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145147-
CMYK0.990.6900.42
HSL221.92º98.65%29.02%-
HSV(B)221.92º99.32%57.65%-
XYZ6.223.9928.05-
YUV43.47186.4297.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 147 (57.81% from 255) = 76.17%
R=0.52%
G=23.32%
B=76.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451470.990.6900.42221.9298.6529.02
Hex12D93634502Ade631d
Octal15522314310505233614335
Binary11011011001001111000111000101010101011011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012D93; }

 p { color: rgb(1,45,147); }

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

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

 a { background-color: rgb(1,45,147); }

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

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

 span { border-color: rgb(1,45,147); }

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