#01278F

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

Shades of Smalt #01278F

Tints of Smalt #01278F

Color information

#01278F (or 0x01278F) is unknown color: approx Smalt. HEX triplet: 01, 27 and 8F. RGB value is (1,39,143). Sum of RGB (Red+Green+Blue) = 1+39+143=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #01278F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01278F is #FED870. Grayscale: #272727. Windows color (decimal): -16701553 or 9381633. OLE color: 9381633.

HSL color Cylindrical-coordinate representation of color #01278F: hue angle of 223.94º 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 #01278F is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139143-
CMYK0.990.7300.44
HSL223.94º98.61%28.24%-
HSV(B)223.94º99.3%56.08%-
XYZ5.73.4426.35-
YUV39.49186.41100.54-

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.31%
BLUE value IS 143 (56.25% from 255) = 78.14%
R=0.55%
G=21.31%
B=78.14%

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
Decimal1391430.990.7300.44223.9498.6128.24
Hex1278F634902Ce0631c
Octal14721714311105434014334
Binary11001111000111111000111001001010110011100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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