Html Css Color HEX #001C86 Smalt

📋 copy color: '#001C86'

red 0 ◦ green 28 ◦ blue 134

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

Shades of Smalt #001C86

Tints of Smalt #001C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 82.72%

R = 0%
G = 17.28%
B = 82.72%

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

#001C86 (or 0x001C86) is known color: Smalt. HEX triplet: 00, 1C and 86. RGB value is (0,28,134). Sum of RGB (Red+Green+Blue) = 0+28+134=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #001C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C86 is #FFE379. Grayscale: #1F1F1F. Windows color (decimal): -16769914 or 8788992. OLE color: 8788992.

HSL color Cylindrical-coordinate representation of color #001C86: hue angle of 227.46º 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 #001C86 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 28 134 -
CMYK 1 0.79 0 0.47
HSL 227.46º 1% 0.26% -
HSV(B) 227.46º 1% 0.53% -
XYZ 4.72 2.55 22.8 -
YUV 31.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 0 28 134 1 0.79 0 0.47 227.46 1 0.26
Hex 0 1C 86 64 4F 0 2F E3 64 1A
Octal 0 34 206 144 117 0 57 343 144 32
Binary 0 11100 10000110 1100100 1001111 0 101111 11100011 1100100 11010

Color Harmonies of #001C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C86

Black with #001C86

Text Example


Text Example

White with #001C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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