#001C91

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

Shades of Smalt #001C91

Tints of Smalt #001C91

Color information

#001C91 (or 0x001C91) is unknown color: approx Smalt. HEX triplet: 00, 1C and 91. RGB value is (0,28,145). Sum of RGB (Red+Green+Blue) = 0+28+145=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 145 (57.03% from 255 or 83.82% from 173); Max value from RGB is 145 - color contains mainly: blue. Hex color #001C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C91 is #FFE36E. Grayscale: #202020. Windows color (decimal): -16769903 or 9509888. OLE color: 9509888.

HSL color Cylindrical-coordinate representation of color #001C91: hue angle of 228.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C91 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB028145-
CMYK10.8100.43
HSL228.41º100%28.43%-
HSV(B)228.41º100%56.86%-
XYZ5.532.8727.05-
YUV32.97191.22104.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 145 (57.03% from 255) = 83.82%
R=0%
G=16.18%
B=83.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal02814510.8100.43228.4110028.43
Hex01C91645102Be4641c
Octal03422114412105334414434
Binary0111001001000111001001010001010101111100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,28,145); }

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

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

 a { background-color: rgb(0,28,145); }

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

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

 span { border-color: rgb(0,28,145); }

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