#012C95

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

Shades of Smalt #012C95

Tints of Smalt #012C95

Color information

#012C95 (or 0x012C95) is unknown color: approx Smalt. HEX triplet: 01, 2C and 95. RGB value is (1,44,149). Sum of RGB (Red+Green+Blue) = 1+44+149=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #012C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C95 is #FED36A. Grayscale: #2A2A2A. Windows color (decimal): -16700267 or 9776129. OLE color: 9776129.

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

Color convert

RGB144149-
CMYK0.990.7000.42
HSL222.57º98.67%29.41%-
HSV(B)222.57º99.33%58.43%-
XYZ6.343.9828.87-
YUV43.11187.7597.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 149 (58.59% from 255) = 76.80%
R=0.52%
G=22.68%
B=76.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441490.990.7000.42222.5798.6729.41
Hex12C95634602Adf631d
Octal15422514310605233714335
Binary11011001001010111000111000110010101011011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,44,149); }

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

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

 a { background-color: rgb(1,44,149); }

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

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

 span { border-color: rgb(1,44,149); }

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