Html Css Color HEX #1C197E Midnight Blue

📋 copy color: '#1C197E'

red 28 ◦ green 25 ◦ blue 126

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

Shades of Midnight Blue #1C197E

Tints of Midnight Blue #1C197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 70.39%

R = 15.64%
G = 13.97%
B = 70.39%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C197E (or 0x1C197E) is known color: Midnight Blue. HEX triplet: 1C, 19 and 7E. RGB value is (28,25,126). Sum of RGB (Red+Green+Blue) = 28+25+126=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C197E is #E3E681. Grayscale: #252525. Windows color (decimal): -14935682 or 8263964. OLE color: 8263964.

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

Color convert

RGB 28 25 126 -
CMYK 0.78 0.80 0 0.51
HSL 241.78º 0.67% 0.3% -
HSV(B) 241.78º 0.8% 0.49% -
XYZ 4.59 2.45 19.97 -
YUV 37.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 28 25 126 0.78 0.80 0 0.51 241.78 0.67 0.3
Hex 1C 19 7E 4E 50 0 33 F2 43 1E
Octal 34 31 176 116 120 0 63 362 103 36
Binary 11100 11001 1111110 1001110 1010000 0 110011 11110010 1000011 11110

Color Harmonies of #1C197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C197E

Black with #1C197E

Text Example


Text Example

White with #1C197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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