Html Css Color HEX #1C0E76 Midnight Blue

📋 copy color: '#1C0E76'

red 28 ◦ green 14 ◦ blue 118

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

Shades of Midnight Blue #1C0E76

Tints of Midnight Blue #1C0E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

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

R = 17.5%
G = 8.75%
B = 73.75%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C0E76 (or 0x1C0E76) is known color: Midnight Blue. HEX triplet: 1C, 0E and 76. RGB value is (28,14,118). Sum of RGB (Red+Green+Blue) = 28+14+118=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C0E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0E76 is #E3F189. Grayscale: #1D1D1D. Windows color (decimal): -14938506 or 7736860. OLE color: 7736860.

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

Color convert

RGB 28 14 118 -
CMYK 0.76 0.88 0 0.54
HSL 248.08º 0.79% 0.26% -
HSV(B) 248.08º 0.88% 0.46% -
XYZ 3.91 1.87 17.29 -
YUV 30.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 28 14 118 0.76 0.88 0 0.54 248.08 0.79 0.26
Hex 1C E 76 4C 58 0 36 F8 4F 1A
Octal 34 16 166 114 130 0 66 370 117 32
Binary 11100 1110 1110110 1001100 1011000 0 110110 11111000 1001111 11010

Color Harmonies of #1C0E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0E76

Black with #1C0E76

Text Example


Text Example

White with #1C0E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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