#012C98

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

Shades of Smalt #012C98

Tints of Smalt #012C98

Color information

#012C98 (or 0x012C98) is unknown color: approx Smalt. HEX triplet: 01, 2C and 98. RGB value is (1,44,152). Sum of RGB (Red+Green+Blue) = 1+44+152=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 152 (59.77% from 255 or 77.16% from 197); Max value from RGB is 152 - color contains mainly: blue. Hex color #012C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C98 is #FED367. Grayscale: #2A2A2A. Windows color (decimal): -16700264 or 9972737. OLE color: 9972737.

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

Color convert

RGB144152-
CMYK0.990.7100.40
HSL222.91º98.69%30%-
HSV(B)222.91º99.34%59.61%-
XYZ6.584.0730.15-
YUV43.46189.2597.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 152 (59.77% from 255) = 77.16%
R=0.51%
G=22.34%
B=77.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441520.990.7100.40222.9198.6930
Hex12C986347028df631e
Octal15423014310705033714336
Binary11011001001100011000111000111010100011011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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