#10247C

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

Shades of Midnight Blue #10247C

Tints of Midnight Blue #10247C

Color information

#10247C (or 0x10247C) is unknown color: approx Midnight Blue. HEX triplet: 10, 24 and 7C. RGB value is (16,36,124). Sum of RGB (Red+Green+Blue) = 16+36+124=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #10247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10247C is #EFDB83. Grayscale: #272727. Windows color (decimal): -15719300 or 8135696. OLE color: 8135696.

HSL color Cylindrical-coordinate representation of color #10247C: hue angle of 228.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10247C is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1636124-
CMYK0.870.7100.51
HSL228.89º77.14%27.45%-
HSV(B)228.89º87.1%48.63%-
XYZ4.482.8319.38-
YUV40.05175.37110.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=9.09%
G=20.45%
B=70.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16361240.870.7100.51228.8977.1427.45
Hex10247C5747033e54d1b
Octal204417412710706334511533
Binary10000100100111110010101111000111011001111100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10247C; }

 p { color: rgb(16,36,124); }

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

<style>
 a { background-color: #10247C; }

 a { background-color: rgb(16,36,124); }

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

<style>
 span { border-color: #10247C; }

 span { border-color: rgb(16,36,124); }

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