#01278E

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

Shades of Smalt #01278E

Tints of Smalt #01278E

Color information

#01278E (or 0x01278E) is unknown color: approx Smalt. HEX triplet: 01, 27 and 8E. RGB value is (1,39,142). Sum of RGB (Red+Green+Blue) = 1+39+142=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 142 (55.86% from 255 or 78.02% from 182); Max value from RGB is 142 - color contains mainly: blue. Hex color #01278E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01278E is #FED871. Grayscale: #262626. Windows color (decimal): -16701554 or 9316097. OLE color: 9316097.

HSL color Cylindrical-coordinate representation of color #01278E: hue angle of 223.83º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01278E is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139142-
CMYK0.990.7300.44
HSL223.83º98.6%28.04%-
HSV(B)223.83º99.3%55.69%-
XYZ5.623.4125.95-
YUV39.38185.91100.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 142 (55.86% from 255) = 78.02%
R=0.55%
G=21.43%
B=78.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391420.990.7300.44223.8398.628.04
Hex1278E634902Ce0631c
Octal14721614311105434014334
Binary11001111000111011000111001001010110011100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01278E; }

 p { color: rgb(1,39,142); }

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

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

 a { background-color: rgb(1,39,142); }

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

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

 span { border-color: rgb(1,39,142); }

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