#100C7B

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

Shades of Midnight Blue #100C7B

Tints of Midnight Blue #100C7B

Color information

#100C7B (or 0x100C7B) is unknown color: approx Midnight Blue. HEX triplet: 10, 0C and 7B. RGB value is (16,12,123). Sum of RGB (Red+Green+Blue) = 16+12+123=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #100C7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C7B is #EFF384. Grayscale: #191919. Windows color (decimal): -15725445 or 8064016. OLE color: 8064016.

HSL color Cylindrical-coordinate representation of color #100C7B: hue angle of 242.16º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100C7B is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1612123-
CMYK0.870.9000.52
HSL242.16º82.22%26.47%-
HSV(B)242.16º90.24%48.24%-
XYZ3.921.818.88-
YUV25.85182.83120.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 123 (48.44% from 255) = 81.46%
R=10.60%
G=7.95%
B=81.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16121230.870.9000.52242.1682.2226.47
Hex10C7B575A034f2521a
Octal201417312713206436212232
Binary100001100111101110101111011010011010011110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100C7B; }

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

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

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

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

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

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

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

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