Html Css Color HEX #1C127C Midnight Blue

📋 copy color: '#1C127C'

red 28 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #1C127C

Tints of Midnight Blue #1C127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 16.47%
G = 10.59%
B = 72.94%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C127C (or 0x1C127C) is known color: Midnight Blue. HEX triplet: 1C, 12 and 7C. RGB value is (28,18,124). Sum of RGB (Red+Green+Blue) = 28+18+124=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C127C is #E3ED83. Grayscale: #202020. Windows color (decimal): -14937476 or 8131100. OLE color: 8131100.

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

Color convert

RGB 28 18 124 -
CMYK 0.77 0.85 0 0.51
HSL 245.66º 0.75% 0.28% -
HSV(B) 245.66º 0.85% 0.49% -
XYZ 4.33 2.13 19.25 -
YUV 33.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 28 18 124 0.77 0.85 0 0.51 245.66 0.75 0.28
Hex 1C 12 7C 4D 55 0 33 F6 4B 1C
Octal 34 22 174 115 125 0 63 366 113 34
Binary 11100 10010 1111100 1001101 1010101 0 110011 11110110 1001011 11100

Color Harmonies of #1C127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C127C

Black with #1C127C

Text Example


Text Example

White with #1C127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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