Html Css Color HEX #001C87 Smalt

📋 copy color: '#001C87'

red 0 ◦ green 28 ◦ blue 135

#001C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #001C87

Tints of Smalt #001C87

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 17.18%

 BLUE value IS 135 (53.13% from 255) = 82.82%

R = 0%
G = 17.18%
B = 82.82%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001C87 (or 0x001C87) is known color: Smalt. HEX triplet: 00, 1C and 87. RGB value is (0,28,135). Sum of RGB (Red+Green+Blue) = 0+28+135=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #001C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C87 is #FFE378. Grayscale: #1F1F1F. Windows color (decimal): -16769913 or 8854528. OLE color: 8854528.

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

Color convert

RGB 0 28 135 -
CMYK 1 0.79 0 0.47
HSL 227.56º 1% 0.26% -
HSV(B) 227.56º 1% 0.53% -
XYZ 4.79 2.58 23.17 -
YUV 31.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 0 28 135 1 0.79 0 0.47 227.56 1 0.26
Hex 0 1C 87 64 4F 0 2F E4 64 1A
Octal 0 34 207 144 117 0 57 344 144 32
Binary 0 11100 10000111 1100100 1001111 0 101111 11100100 1100100 11010

Color Harmonies of #001C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C87

Black with #001C87

Text Example


Text Example

White with #001C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001C87;
 }
 .AnyTagClassName
 {
   color: #001C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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