#1C035D

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

Shades of Midnight Blue #1C035D

Tints of Midnight Blue #1C035D

Color information

#1C035D (or 0x1C035D) is unknown color: approx Midnight Blue. HEX triplet: 1C, 03 and 5D. RGB value is (28,3,93). Sum of RGB (Red+Green+Blue) = 28+3+93=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C035D is #E3FCA2. Grayscale: #141414. Windows color (decimal): -14941347 or 6095644. OLE color: 6095644.

HSL color Cylindrical-coordinate representation of color #1C035D: hue angle of 256.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C035D is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB28393-
CMYK0.700.9700.64
HSL256.67º93.75%18.82%-
HSV(B)256.67º96.77%36.47%-
XYZ2.491.110.44-
YUV20.74168.78133.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.58%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 93 (36.72% from 255) = 75%
R=22.58%
G=2.42%
B=75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal283930.700.9700.64256.6793.7518.82
Hex1C35D46610401015e13
Octal343135106141010040113623
Binary111001110111011000110110000101000000100000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,3,93); }

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

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

 a { background-color: rgb(28,3,93); }

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

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

 span { border-color: rgb(28,3,93); }

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