#10207B

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

Shades of Midnight Blue #10207B

Tints of Midnight Blue #10207B

Color information

#10207B (or 0x10207B) is unknown color: approx Midnight Blue. HEX triplet: 10, 20 and 7B. RGB value is (16,32,123). Sum of RGB (Red+Green+Blue) = 16+32+123=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #10207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10207B is #EFDF84. Grayscale: #252525. Windows color (decimal): -15720325 or 8069136. OLE color: 8069136.

HSL color Cylindrical-coordinate representation of color #10207B: hue angle of 231.03º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10207B is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1632123-
CMYK0.870.7400.52
HSL231.03º76.98%27.25%-
HSV(B)231.03º86.99%48.24%-
XYZ4.312.5719.01-
YUV37.59176.2112.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=9.36%
G=18.71%
B=71.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16321230.870.7400.52231.0376.9827.25
Hex10207B574A034e74d1b
Octal204017312711206434711533
Binary10000100000111101110101111001010011010011100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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