#1C0360

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

Shades of Midnight Blue #1C0360

Tints of Midnight Blue #1C0360

Color information

#1C0360 (or 0x1C0360) is unknown color: approx Midnight Blue. HEX triplet: 1C, 03 and 60. RGB value is (28,3,96). Sum of RGB (Red+Green+Blue) = 28+3+96=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0360 is #E3FC9F. Grayscale: #141414. Windows color (decimal): -14941344 or 6292252. OLE color: 6292252.

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

Color convert

RGB28396-
CMYK0.710.9700.62
HSL256.13º93.94%19.41%-
HSV(B)256.13º96.88%37.65%-
XYZ2.621.1611.15-
YUV21.08170.28132.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 96 (37.89% from 255) = 75.59%
R=22.05%
G=2.36%
B=75.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal283960.710.9700.62256.1393.9419.41
Hex1C360476103E1005e13
Octal34314010714107640013623
Binary11100111100000100011111000010111110100000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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