Html Css Color HEX #001C88 Smalt

📋 copy color: '#001C88'

red 0 ◦ green 28 ◦ blue 136

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

Shades of Smalt #001C88

Tints of Smalt #001C88

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 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

#001C88 (or 0x001C88) is known color: 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

RGB 0 28 136 -
CMYK 1 0.79 0 0.47
HSL 227.65º 1% 0.27% -
HSV(B) 227.65º 1% 0.53% -
XYZ 4.86 2.61 23.54 -
YUV 31.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 0 28 136 1 0.79 0 0.47 227.65 1 0.27
Hex 0 1C 88 64 4F 0 2F E4 64 1B
Octal 0 34 210 144 117 0 57 344 144 33
Binary 0 11100 10001000 1100100 1001111 0 101111 11100100 1100100 11011

Color Harmonies of #001C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C88

Black with #001C88

Text Example


Text Example

White with #001C88

Text Example


Text Example

HTML Codes & Css Web 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>