Html Css Color HEX #1C1376 Midnight Blue

📋 copy color: '#1C1376'

red 28 ◦ green 19 ◦ blue 118

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

Shades of Midnight Blue #1C1376

Tints of Midnight Blue #1C1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 16.97%
G = 11.52%
B = 71.52%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C1376 (or 0x1C1376) is known color: Midnight Blue. HEX triplet: 1C, 13 and 76. RGB value is (28,19,118). Sum of RGB (Red+Green+Blue) = 28+19+118=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C1376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1376 is #E3EC89. Grayscale: #202020. Windows color (decimal): -14937226 or 7738140. OLE color: 7738140.

HSL color Cylindrical-coordinate representation of color #1C1376: hue angle of 245.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1376 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 19 118 -
CMYK 0.76 0.84 0 0.54
HSL 245.45º 0.72% 0.27% -
HSV(B) 245.45º 0.84% 0.46% -
XYZ 3.98 2.02 17.32 -
YUV 32.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 28 19 118 0.76 0.84 0 0.54 245.45 0.72 0.27
Hex 1C 13 76 4C 54 0 36 F5 48 1B
Octal 34 23 166 114 124 0 66 365 110 33
Binary 11100 10011 1110110 1001100 1010100 0 110110 11110101 1001000 11011

Color Harmonies of #1C1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1376

Black with #1C1376

Text Example


Text Example

White with #1C1376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,118); }

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

background-color css

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

 a { background-color: rgb(28,19,118); }

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

border-color css

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

 span { border-color: rgb(28,19,118); }

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