#012498

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

Shades of Smalt #012498

Tints of Smalt #012498

Color information

#012498 (or 0x012498) is unknown color: approx Smalt. HEX triplet: 01, 24 and 98. RGB value is (1,36,152). Sum of RGB (Red+Green+Blue) = 1+36+152=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #012498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012498 is #FEDB67. Grayscale: #262626. Windows color (decimal): -16702312 or 9970689. OLE color: 9970689.

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

Color convert

RGB136152-
CMYK0.990.7600.40
HSL226.09º98.69%30%-
HSV(B)226.09º99.34%59.61%-
XYZ6.313.5430.06-
YUV38.76191.9101.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 152 (59.77% from 255) = 80.42%
R=0.53%
G=19.05%
B=80.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361520.990.7600.40226.0998.6930
Hex12498634C028e2631e
Octal14423014311405034214336
Binary11001001001100011000111001100010100011100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012498; }

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

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

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

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

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

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

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

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