Html Css Color HEX #001C8C Smalt

📋 copy color: '#001C8C'

red 0 ◦ green 28 ◦ blue 140

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

Shades of Smalt #001C8C

Tints of Smalt #001C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#001C8C (or 0x001C8C) is known color: Smalt. HEX triplet: 00, 1C and 8C. RGB value is (0,28,140). Sum of RGB (Red+Green+Blue) = 0+28+140=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #001C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8C is #FFE373. Grayscale: #1F1F1F. Windows color (decimal): -16769908 or 9182208. OLE color: 9182208.

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

Color convert

RGB 0 28 140 -
CMYK 1 0.80 0 0.45
HSL 228º 1% 0.27% -
HSV(B) 228º 1% 0.55% -
XYZ 5.15 2.72 25.07 -
YUV 32.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 0 28 140 1 0.80 0 0.45 228 1 0.27
Hex 0 1C 8C 64 50 0 2D E4 64 1B
Octal 0 34 214 144 120 0 55 344 144 33
Binary 0 11100 10001100 1100100 1010000 0 101101 11100100 1100100 11011

Color Harmonies of #001C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C8C

Black with #001C8C

Text Example


Text Example

White with #001C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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