Html Css Color HEX #1C1071 Midnight Blue

📋 copy color: '#1C1071'

red 28 ◦ green 16 ◦ blue 113

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

Shades of Midnight Blue #1C1071

Tints of Midnight Blue #1C1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.97%

R = 17.83%
G = 10.19%
B = 71.97%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C1071 (or 0x1C1071) is known color: Midnight Blue. HEX triplet: 1C, 10 and 71. RGB value is (28,16,113). Sum of RGB (Red+Green+Blue) = 28+16+113=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C1071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1071 is #E3EF8E. Grayscale: #1E1E1E. Windows color (decimal): -14937999 or 7409692. OLE color: 7409692.

HSL color Cylindrical-coordinate representation of color #1C1071: hue angle of 247.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1071 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 16 113 -
CMYK 0.75 0.86 0 0.56
HSL 247.42º 0.75% 0.25% -
HSV(B) 247.42º 0.86% 0.44% -
XYZ 3.64 1.81 15.78 -
YUV 30.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 28 16 113 0.75 0.86 0 0.56 247.42 0.75 0.25
Hex 1C 10 71 4B 56 0 38 F7 4B 19
Octal 34 20 161 113 126 0 70 367 113 31
Binary 11100 10000 1110001 1001011 1010110 0 111000 11110111 1001011 11001

Color Harmonies of #1C1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1071

Black with #1C1071

Text Example


Text Example

White with #1C1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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