#10207F

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

Shades of Midnight Blue #10207F

Tints of Midnight Blue #10207F

Color information

#10207F (or 0x10207F) is unknown color: approx Midnight Blue. HEX triplet: 10, 20 and 7F. RGB value is (16,32,127). Sum of RGB (Red+Green+Blue) = 16+32+127=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #10207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10207F is #EFDF80. Grayscale: #252525. Windows color (decimal): -15720321 or 8331280. OLE color: 8331280.

HSL color Cylindrical-coordinate representation of color #10207F: hue angle of 231.35º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10207F is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1632127-
CMYK0.870.7500.50
HSL231.35º77.62%28.04%-
HSV(B)231.35º87.4%49.8%-
XYZ4.562.6820.35-
YUV38.05178.2112.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 127 (50% from 255) = 72.57%
R=9.14%
G=18.29%
B=72.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16321270.870.7500.50231.3577.6228.04
Hex10207F574B032e74e1c
Octal204017712711306234711634
Binary10000100000111111110101111001011011001011100111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10207F; }

 p { color: rgb(16,32,127); }

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

<style>
 a { background-color: #10207F; }

 a { background-color: rgb(16,32,127); }

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

<style>
 span { border-color: #10207F; }

 span { border-color: rgb(16,32,127); }

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