#012698

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

Shades of Smalt #012698

Tints of Smalt #012698

Color information

#012698 (or 0x012698) is unknown color: approx Smalt. HEX triplet: 01, 26 and 98. RGB value is (1,38,152). Sum of RGB (Red+Green+Blue) = 1+38+152=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #012698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012698 is #FED967. Grayscale: #272727. Windows color (decimal): -16701800 or 9971201. OLE color: 9971201.

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

Color convert

RGB138152-
CMYK0.990.7500.40
HSL225.3º98.69%30%-
HSV(B)225.3º99.34%59.61%-
XYZ6.373.6630.08-
YUV39.93191.24100.23-

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.90%
BLUE value IS 152 (59.77% from 255) = 79.58%
R=0.52%
G=19.90%
B=79.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381520.990.7500.40225.398.6930
Hex12698634B028e1631e
Octal14623014311305034114336
Binary11001101001100011000111001011010100011100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012698; }

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

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

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

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

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

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

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

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