#01369D

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

Shades of Smalt #01369D

Tints of Smalt #01369D

Color information

#01369D (or 0x01369D) is unknown color: approx Smalt. HEX triplet: 01, 36 and 9D. RGB value is (1,54,157). Sum of RGB (Red+Green+Blue) = 1+54+157=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #01369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01369D is #FEC962. Grayscale: #313131. Windows color (decimal): -16697699 or 10302977. OLE color: 10302977.

HSL color Cylindrical-coordinate representation of color #01369D: hue angle of 219.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01369D is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154157-
CMYK0.990.6600.38
HSL219.62º98.73%30.98%-
HSV(B)219.62º99.36%61.57%-
XYZ7.425.0832.49-
YUV49.9188.4493.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=0.47%
G=25.47%
B=74.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541570.990.6600.38219.6298.7330.98
Hex1369D6342026dc631f
Octal16623514310204633414337
Binary11101101001110111000111000010010011011011100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01369D; }

 p { color: rgb(1,54,157); }

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

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

 a { background-color: rgb(1,54,157); }

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

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

 span { border-color: rgb(1,54,157); }

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