#001C85

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

Shades of Smalt #001C85

Tints of Smalt #001C85

Color information

#001C85 (or 0x001C85) is unknown color: approx Smalt. HEX triplet: 00, 1C and 85. RGB value is (0,28,133). Sum of RGB (Red+Green+Blue) = 0+28+133=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #001C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C85 is #FFE37A. Grayscale: #1F1F1F. Windows color (decimal): -16769915 or 8723456. OLE color: 8723456.

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

Color convert

RGB028133-
CMYK10.7900.48
HSL227.37º100%26.08%-
HSV(B)227.37º100%52.16%-
XYZ4.652.5222.43-
YUV31.6185.22105.46-

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.39%
BLUE value IS 133 (52.34% from 255) = 82.61%
R=0%
G=17.39%
B=82.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal02813310.7900.48227.3710026.08
Hex01C85644F030e3641a
Octal03420514411706034314432
Binary0111001000010111001001001111011000011100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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