Html Css Color HEX #1C157C Midnight Blue

📋 copy color: '#1C157C'

red 28 ◦ green 21 ◦ blue 124

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

Shades of Midnight Blue #1C157C

Tints of Midnight Blue #1C157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

 BLUE value IS 124 (48.83% from 255) = 71.68%

R = 16.18%
G = 12.14%
B = 71.68%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C157C (or 0x1C157C) is known color: Midnight Blue. HEX triplet: 1C, 15 and 7C. RGB value is (28,21,124). Sum of RGB (Red+Green+Blue) = 28+21+124=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C157C is #E3EA83. Grayscale: #222222. Windows color (decimal): -14936708 or 8131868. OLE color: 8131868.

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

Color convert

RGB 28 21 124 -
CMYK 0.77 0.83 0 0.51
HSL 244.08º 0.71% 0.28% -
HSV(B) 244.08º 0.83% 0.49% -
XYZ 4.39 2.24 19.27 -
YUV 34.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 28 21 124 0.77 0.83 0 0.51 244.08 0.71 0.28
Hex 1C 15 7C 4D 53 0 33 F4 47 1C
Octal 34 25 174 115 123 0 63 364 107 34
Binary 11100 10101 1111100 1001101 1010011 0 110011 11110100 1000111 11100

Color Harmonies of #1C157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C157C

Black with #1C157C

Text Example


Text Example

White with #1C157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,124); }

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

background-color css

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

 a { background-color: rgb(28,21,124); }

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

border-color css

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

 span { border-color: rgb(28,21,124); }

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