#10284E

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

Shades of Midnight #10284E

Tints of Midnight #10284E

Color information

#10284E (or 0x10284E) is unknown color: approx Midnight. HEX triplet: 10, 28 and 4E. RGB value is (16,40,78). Sum of RGB (Red+Green+Blue) = 16+40+78=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #10284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10284E is #EFD7B1. Grayscale: #242424. Windows color (decimal): -15718322 or 5122064. OLE color: 5122064.

HSL color Cylindrical-coordinate representation of color #10284E: hue angle of 216.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10284E is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB164078-
CMYK0.790.4900.69
HSL216.77º65.96%18.43%-
HSV(B)216.77º79.49%30.59%-
XYZ2.352.187.5-
YUV37.16151.05112.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=11.94%
G=29.85%
B=58.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1640780.790.4900.69216.7765.9618.43
Hex10284E4F31045d94212
Octal205011611761010533110222
Binary10000101000100111010011111100010100010111011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10284E; }

 p { color: rgb(16,40,78); }

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

<style>
 a { background-color: #10284E; }

 a { background-color: rgb(16,40,78); }

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

<style>
 span { border-color: #10284E; }

 span { border-color: rgb(16,40,78); }

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