#10264A

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

Shades of Midnight #10264A

Tints of Midnight #10264A

Color information

#10264A (or 0x10264A) is unknown color: approx Midnight. HEX triplet: 10, 26 and 4A. RGB value is (16,38,74). Sum of RGB (Red+Green+Blue) = 16+38+74=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #10264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10264A is #EFD9B5. Grayscale: #232323. Windows color (decimal): -15718838 or 4859408. OLE color: 4859408.

HSL color Cylindrical-coordinate representation of color #10264A: hue angle of 217.24º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10264A is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163874-
CMYK0.780.4900.71
HSL217.24º64.44%17.65%-
HSV(B)217.24º78.38%29.02%-
XYZ2.141.996.75-
YUV35.53149.71114.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=12.5%
G=29.69%
B=57.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1638740.780.4900.71217.2464.4417.65
Hex10264A4E31047d94012
Octal204611211661010733110022
Binary10000100110100101010011101100010100011111011001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10264A; }

 p { color: rgb(16,38,74); }

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

<style>
 a { background-color: #10264A; }

 a { background-color: rgb(16,38,74); }

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

<style>
 span { border-color: #10264A; }

 span { border-color: rgb(16,38,74); }

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