Html Css Color HEX #1C1976 Midnight Blue

📋 copy color: '#1C1976'

red 28 ◦ green 25 ◦ blue 118

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

Shades of Midnight Blue #1C1976

Tints of Midnight Blue #1C1976

RGB

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

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

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

R = 16.37%
G = 14.62%
B = 69.01%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C1976 (or 0x1C1976) is known color: Midnight Blue. HEX triplet: 1C, 19 and 76. RGB value is (28,25,118). Sum of RGB (Red+Green+Blue) = 28+25+118=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1976 is #E3E689. Grayscale: #242424. Windows color (decimal): -14935690 or 7739676. OLE color: 7739676.

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

Color convert

RGB 28 25 118 -
CMYK 0.76 0.79 0 0.54
HSL 241.94º 0.65% 0.28% -
HSV(B) 241.94º 0.79% 0.46% -
XYZ 4.1 2.25 17.36 -
YUV 36.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 28 25 118 0.76 0.79 0 0.54 241.94 0.65 0.28
Hex 1C 19 76 4C 4F 0 36 F2 41 1C
Octal 34 31 166 114 117 0 66 362 101 34
Binary 11100 11001 1110110 1001100 1001111 0 110110 11110010 1000001 11100

Color Harmonies of #1C1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1976

Black with #1C1976

Text Example


Text Example

White with #1C1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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