#001C88

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

Shades of Smalt #001C88

Tints of Smalt #001C88

Color information

#001C88 (or 0x001C88) is unknown color: approx Smalt. HEX triplet: 00, 1C and 88. RGB value is (0,28,136). Sum of RGB (Red+Green+Blue) = 0+28+136=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #001C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C88 is #FFE377. Grayscale: #1F1F1F. Windows color (decimal): -16769912 or 8920064. OLE color: 8920064.

HSL color Cylindrical-coordinate representation of color #001C88: hue angle of 227.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C88 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB028136-
CMYK10.7900.47
HSL227.65º100%26.67%-
HSV(B)227.65º100%53.33%-
XYZ4.862.6123.54-
YUV31.94186.72105.22-

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) = 17.07%
BLUE value IS 136 (53.52% from 255) = 82.93%
R=0%
G=17.07%
B=82.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02813610.7900.47227.6510026.67
Hex01C88644F02Fe4641b
Octal03421014411705734414433
Binary0111001000100011001001001111010111111100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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