#100C62

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

Shades of Midnight Blue #100C62

Tints of Midnight Blue #100C62

Color information

#100C62 (or 0x100C62) is unknown color: approx Midnight Blue. HEX triplet: 10, 0C and 62. RGB value is (16,12,98). Sum of RGB (Red+Green+Blue) = 16+12+98=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #100C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C62 is #EFF39D. Grayscale: #161616. Windows color (decimal): -15725470 or 6425616. OLE color: 6425616.

HSL color Cylindrical-coordinate representation of color #100C62: hue angle of 242.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100C62 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB161298-
CMYK0.840.8800.62
HSL242.79º78.18%21.57%-
HSV(B)242.79º87.76%38.43%-
XYZ2.551.2511.66-
YUV23170.33123.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 98 (38.67% from 255) = 77.78%
R=12.70%
G=9.52%
B=77.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1612980.840.8800.62242.7978.1821.57
Hex10C62545803Ef34e16
Octal201414212413007636311626
Binary100001100110001010101001011000011111011110011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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