#10264C

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

Shades of Midnight #10264C

Tints of Midnight #10264C

Color information

#10264C (or 0x10264C) is unknown color: approx Midnight. HEX triplet: 10, 26 and 4C. RGB value is (16,38,76). Sum of RGB (Red+Green+Blue) = 16+38+76=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #10264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10264C is #EFD9B3. Grayscale: #232323. Windows color (decimal): -15718836 or 4990480. OLE color: 4990480.

HSL color Cylindrical-coordinate representation of color #10264C: hue angle of 218º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10264C is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB163876-
CMYK0.790.500.70
HSL218º65.22%18.04%-
HSV(B)218º78.95%29.8%-
XYZ2.212.027.11-
YUV35.75150.71113.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=12.31%
G=29.23%
B=58.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1638760.790.500.7021865.2218.04
Hex10264C4F32046da4112
Octal204611411762010633210122
Binary10000100110100110010011111100100100011011011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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