#1C0D7D

Color #1C0D7D Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1C0D7D

Tints of Midnight Blue #1C0D7D

Color information

#1C0D7D (or 0x1C0D7D) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0D and 7D. RGB value is (28,13,125). Sum of RGB (Red+Green+Blue) = 28+13+125=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C0D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0D7D is #E3F282. Grayscale: #1D1D1D. Windows color (decimal): -14938755 or 8195356. OLE color: 8195356.

HSL color Cylindrical-coordinate representation of color #1C0D7D: hue angle of 248.04º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0D7D is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2813125-
CMYK0.780.9000.51
HSL248.04º81.16%27.06%-
HSV(B)248.04º89.6%49.02%-
XYZ4.322.0219.56-
YUV30.25181.47126.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 125 (49.22% from 255) = 75.30%
R=16.87%
G=7.83%
B=75.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28131250.780.9000.51248.0481.1627.06
Hex1CD7D4E5A033f8511b
Octal341517511613206337012133
Binary111001101111110110011101011010011001111111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,13,125); }

 H1.HeaderClassName
 {
   color: #1C0D7D;
 }
 .AnyTagClassName
 {
   color: #1C0D7D;
 }
</style>
background-color css

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

 a { background-color: rgb(28,13,125); }

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

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

 span { border-color: rgb(28,13,125); }

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