Html Css Color HEX #1C1478 Midnight Blue

📋 copy color: '#1C1478'

red 28 ◦ green 20 ◦ blue 120

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

Shades of Midnight Blue #1C1478

Tints of Midnight Blue #1C1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

 BLUE value IS 120 (47.27% from 255) = 71.43%

R = 16.67%
G = 11.9%
B = 71.43%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C1478 (or 0x1C1478) is known color: Midnight Blue. HEX triplet: 1C, 14 and 78. RGB value is (28,20,120). Sum of RGB (Red+Green+Blue) = 28+20+120=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C1478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1478 is #E3EB87. Grayscale: #212121. Windows color (decimal): -14936968 or 7869468. OLE color: 7869468.

HSL color Cylindrical-coordinate representation of color #1C1478: hue angle of 244.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C1478 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 20 120 -
CMYK 0.77 0.83 0 0.53
HSL 244.8º 0.71% 0.27% -
HSV(B) 244.8º 0.83% 0.47% -
XYZ 4.12 2.1 17.96 -
YUV 33.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 28 20 120 0.77 0.83 0 0.53 244.8 0.71 0.27
Hex 1C 14 78 4D 53 0 35 F5 47 1B
Octal 34 24 170 115 123 0 65 365 107 33
Binary 11100 10100 1111000 1001101 1010011 0 110101 11110101 1000111 11011

Color Harmonies of #1C1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1478

Black with #1C1478

Text Example


Text Example

White with #1C1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C1478; }

 p { color: rgb(28,20,120); }

 H1.HeaderClassName
 {
   color: #1C1478;
 }
 .AnyTagClassName
 {
   color: #1C1478;
 }
</style>

background-color css

<style>
 a { background-color: #1C1478; }

 a { background-color: rgb(28,20,120); }

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

border-color css

<style>
 span { border-color: #1C1478; }

 span { border-color: rgb(28,20,120); }

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