#10217B

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

Shades of Midnight Blue #10217B

Tints of Midnight Blue #10217B

Color information

#10217B (or 0x10217B) is unknown color: approx Midnight Blue. HEX triplet: 10, 21 and 7B. RGB value is (16,33,123). Sum of RGB (Red+Green+Blue) = 16+33+123=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #10217B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10217B is #EFDE84. Grayscale: #252525. Windows color (decimal): -15720069 or 8069392. OLE color: 8069392.

HSL color Cylindrical-coordinate representation of color #10217B: hue angle of 230.47º 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 #10217B is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1633123-
CMYK0.870.7300.52
HSL230.47º76.98%27.25%-
HSV(B)230.47º86.99%48.24%-
XYZ4.332.6319.02-
YUV38.18175.87112.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 123 (48.44% from 255) = 71.51%
R=9.30%
G=19.19%
B=71.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16331230.870.7300.52230.4776.9827.25
Hex10217B5749034e64d1b
Octal204117312711106434611533
Binary10000100001111101110101111001001011010011100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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