#1C035A

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

Shades of Midnight Blue #1C035A

Tints of Midnight Blue #1C035A

Color information

#1C035A (or 0x1C035A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 03 and 5A. RGB value is (28,3,90). Sum of RGB (Red+Green+Blue) = 28+3+90=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C035A is #E3FCA5. Grayscale: #141414. Windows color (decimal): -14941350 or 5899036. OLE color: 5899036.

HSL color Cylindrical-coordinate representation of color #1C035A: hue angle of 257.24º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C035A is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28390-
CMYK0.690.9700.65
HSL257.24º93.55%18.24%-
HSV(B)257.24º96.67%35.29%-
XYZ2.361.059.75-
YUV20.39167.28133.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=23.14%
G=2.48%
B=74.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal283900.690.9700.65257.2493.5518.24
Hex1C35A45610411015e12
Octal343132105141010140113622
Binary111001110110101000101110000101000001100000001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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