#001a93

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

Shades of Smalt #001A93

Tints of Smalt #001A93

Color information

#001A93 (or 0x001A93) is unknown color: approx Smalt. HEX triplet: 00, 1A and 93. RGB value is (0,26,147). Sum of RGB (Red+Green+Blue) = 0+26+147=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #001A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A93 is #FFE56C. Grayscale: #1F1F1F. Windows color (decimal): -16770413 or 9640448. OLE color: 9640448.

HSL color Cylindrical-coordinate representation of color #001A93: hue angle of 229.39º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A93 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB026147-
CMYK10.8200.42
HSL229.39º100%28.82%-
HSV(B)229.39º100%57.65%-
XYZ5.642.8527.86-
YUV32.02192.89105.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 147 (57.81% from 255) = 84.97%
R=0%
G=15.03%
B=84.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02614710.8200.42229.3910028.82
Hex01A93645202Ae5641d
Octal03222314412205234514435
Binary0110101001001111001001010010010101011100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001a93; }

 p { color: rgb(0,26,147); }

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

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

 a { background-color: rgb(0,26,147); }

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

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

 span { border-color: rgb(0,26,147); }

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