#102072

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

Shades of Midnight Blue #102072

Tints of Midnight Blue #102072

Color information

#102072 (or 0x102072) is unknown color: approx Midnight Blue. HEX triplet: 10, 20 and 72. RGB value is (16,32,114). Sum of RGB (Red+Green+Blue) = 16+32+114=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #102072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102072 is #EFDF8D. Grayscale: #242424. Windows color (decimal): -15720334 or 7479312. OLE color: 7479312.

HSL color Cylindrical-coordinate representation of color #102072: hue angle of 230.2º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #102072 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1632114-
CMYK0.860.7200.55
HSL230.2º75.38%25.49%-
HSV(B)230.2º85.96%44.71%-
XYZ3.772.3616.18-
YUV36.56171.7113.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=9.88%
G=19.75%
B=70.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16321140.860.7200.55230.275.3825.49
Hex1020725648037e64b19
Octal204016212611006734611331
Binary10000100000111001010101101001000011011111100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102072; }

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

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

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

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

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

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

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

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