Html Css Color HEX #1C1076 Midnight Blue

📋 copy color: '#1C1076'

red 28 ◦ green 16 ◦ blue 118

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

Shades of Midnight Blue #1C1076

Tints of Midnight Blue #1C1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 17.28%
G = 9.88%
B = 72.84%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C1076 (or 0x1C1076) is known color: Midnight Blue. HEX triplet: 1C, 10 and 76. RGB value is (28,16,118). Sum of RGB (Red+Green+Blue) = 28+16+118=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1076 is #E3EF89. Grayscale: #1E1E1E. Windows color (decimal): -14937994 or 7737372. OLE color: 7737372.

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

Color convert

RGB 28 16 118 -
CMYK 0.76 0.86 0 0.54
HSL 247.06º 0.76% 0.26% -
HSV(B) 247.06º 0.86% 0.46% -
XYZ 3.93 1.93 17.3 -
YUV 31.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 28 16 118 0.76 0.86 0 0.54 247.06 0.76 0.26
Hex 1C 10 76 4C 56 0 36 F7 4C 1A
Octal 34 20 166 114 126 0 66 367 114 32
Binary 11100 10000 1110110 1001100 1010110 0 110110 11110111 1001100 11010

Color Harmonies of #1C1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1076

Black with #1C1076

Text Example


Text Example

White with #1C1076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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