Html Css Color HEX #1C197C Midnight Blue

📋 copy color: '#1C197C'

red 28 ◦ green 25 ◦ blue 124

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

Shades of Midnight Blue #1C197C

Tints of Midnight Blue #1C197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 15.82%
G = 14.12%
B = 70.06%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C197C (or 0x1C197C) is known color: Midnight Blue. HEX triplet: 1C, 19 and 7C. RGB value is (28,25,124). Sum of RGB (Red+Green+Blue) = 28+25+124=177 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.82% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C197C is #E3E683. Grayscale: #242424. Windows color (decimal): -14935684 or 8132892. OLE color: 8132892.

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

Color convert

RGB 28 25 124 -
CMYK 0.77 0.80 0 0.51
HSL 241.82º 0.66% 0.29% -
HSV(B) 241.82º 0.8% 0.49% -
XYZ 4.46 2.4 19.3 -
YUV 37.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 28 25 124 0.77 0.80 0 0.51 241.82 0.66 0.29
Hex 1C 19 7C 4D 50 0 33 F2 42 1D
Octal 34 31 174 115 120 0 63 362 102 35
Binary 11100 11001 1111100 1001101 1010000 0 110011 11110010 1000010 11101

Color Harmonies of #1C197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C197C

Black with #1C197C

Text Example


Text Example

White with #1C197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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