#100A62

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

Shades of Midnight Blue #100A62

Tints of Midnight Blue #100A62

Color information

#100A62 (or 0x100A62) is unknown color: approx Midnight Blue. HEX triplet: 10, 0A and 62. RGB value is (16,10,98). Sum of RGB (Red+Green+Blue) = 16+10+98=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #100A62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A62 is #EFF59D. Grayscale: #151515. Windows color (decimal): -15725982 or 6425104. OLE color: 6425104.

HSL color Cylindrical-coordinate representation of color #100A62: hue angle of 244.09º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100A62 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB161098-
CMYK0.840.9000.62
HSL244.09º81.48%21.18%-
HSV(B)244.09º89.8%38.43%-
XYZ2.531.2111.66-
YUV21.83170.99123.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=12.90%
G=8.06%
B=79.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1610980.840.9000.62244.0981.4821.18
Hex10A62545A03Ef45115
Octal201214212413207636412125
Binary100001010110001010101001011010011111011110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,10,98); }

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

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

 a { background-color: rgb(16,10,98); }

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

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

 span { border-color: rgb(16,10,98); }

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