#1C0C63

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

Shades of Midnight Blue #1C0C63

Tints of Midnight Blue #1C0C63

Color information

#1C0C63 (or 0x1C0C63) is unknown color: approx Midnight Blue. HEX triplet: 1C, 0C and 63. RGB value is (28,12,99). Sum of RGB (Red+Green+Blue) = 28+12+99=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C0C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0C63 is #E3F39C. Grayscale: #1A1A1A. Windows color (decimal): -14939037 or 6491164. OLE color: 6491164.

HSL color Cylindrical-coordinate representation of color #1C0C63: hue angle of 251.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C0C63 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB281299-
CMYK0.720.8800.61
HSL251.03º78.38%21.76%-
HSV(B)251.03º87.88%38.82%-
XYZ2.861.4111.93-
YUV26.7168.8128.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=20.14%
G=8.63%
B=71.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2812990.720.8800.61251.0378.3821.76
Hex1CC63485803Dfb4e16
Octal341414311013007537311626
Binary111001100110001110010001011000011110111111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,12,99); }

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

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

 a { background-color: rgb(28,12,99); }

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

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

 span { border-color: rgb(28,12,99); }

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