Html Css Color HEX #1C187C Midnight Blue

📋 copy color: '#1C187C'

red 28 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #1C187C

Tints of Midnight Blue #1C187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

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

R = 15.91%
G = 13.64%
B = 70.45%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C187C (or 0x1C187C) is known color: Midnight Blue. HEX triplet: 1C, 18 and 7C. RGB value is (28,24,124). Sum of RGB (Red+Green+Blue) = 28+24+124=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C187C is #E3E783. Grayscale: #242424. Windows color (decimal): -14935940 or 8132636. OLE color: 8132636.

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

Color convert

RGB 28 24 124 -
CMYK 0.77 0.81 0 0.51
HSL 242.4º 0.68% 0.29% -
HSV(B) 242.4º 0.81% 0.49% -
XYZ 4.44 2.36 19.29 -
YUV 36.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 28 24 124 0.77 0.81 0 0.51 242.4 0.68 0.29
Hex 1C 18 7C 4D 51 0 33 F2 44 1D
Octal 34 30 174 115 121 0 63 362 104 35
Binary 11100 11000 1111100 1001101 1010001 0 110011 11110010 1000100 11101

Color Harmonies of #1C187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C187C

Black with #1C187C

Text Example


Text Example

White with #1C187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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