Html Css Color HEX #1C1177 Midnight Blue

📋 copy color: '#1C1177'

red 28 ◦ green 17 ◦ blue 119

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

Shades of Midnight Blue #1C1177

Tints of Midnight Blue #1C1177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 119 (46.88% from 255) = 72.56%

R = 17.07%
G = 10.37%
B = 72.56%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C1177 (or 0x1C1177) is known color: Midnight Blue. HEX triplet: 1C, 11 and 77. RGB value is (28,17,119). Sum of RGB (Red+Green+Blue) = 28+17+119=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C1177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1177 is #E3EE88. Grayscale: #1F1F1F. Windows color (decimal): -14937737 or 7803164. OLE color: 7803164.

HSL color Cylindrical-coordinate representation of color #1C1177: hue angle of 246.47º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1177 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 17 119 -
CMYK 0.76 0.86 0 0.53
HSL 246.47º 0.75% 0.27% -
HSV(B) 246.47º 0.86% 0.47% -
XYZ 4.01 1.98 17.62 -
YUV 31.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 28 17 119 0.76 0.86 0 0.53 246.47 0.75 0.27
Hex 1C 11 77 4C 56 0 35 F6 4B 1B
Octal 34 21 167 114 126 0 65 366 113 33
Binary 11100 10001 1110111 1001100 1010110 0 110101 11110110 1001011 11011

Color Harmonies of #1C1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1177

Black with #1C1177

Text Example


Text Example

White with #1C1177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,119); }

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

background-color css

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

 a { background-color: rgb(28,17,119); }

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

border-color css

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

 span { border-color: rgb(28,17,119); }

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