#10274C

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

Shades of Midnight #10274C

Tints of Midnight #10274C

Color information

#10274C (or 0x10274C) is unknown color: approx Midnight. HEX triplet: 10, 27 and 4C. RGB value is (16,39,76). Sum of RGB (Red+Green+Blue) = 16+39+76=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #10274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10274C is #EFD8B3. Grayscale: #242424. Windows color (decimal): -15718580 or 4990736. OLE color: 4990736.

HSL color Cylindrical-coordinate representation of color #10274C: hue angle of 217º 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 #10274C is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB163976-
CMYK0.790.4900.70
HSL217º65.22%18.04%-
HSV(B)217º78.95%29.8%-
XYZ2.242.087.12-
YUV36.34150.38113.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 76 (30.08% from 255) = 58.02%
R=12.21%
G=29.77%
B=58.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1639760.790.4900.7021765.2218.04
Hex10274C4F31046d94112
Octal204711411761010633110122
Binary10000100111100110010011111100010100011011011001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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