Html Css Color HEX #100D61 Midnight Blue

📋 copy color: '#100D61'

red 16 ◦ green 13 ◦ blue 97

#100D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #100D61

Tints of Midnight Blue #100D61

RGB

 RED value IS 16 (6.64% from 255) = 12.7%

 GREEN value IS 13 (5.47% from 255) = 10.32%

 BLUE value IS 97 (38.28% from 255) = 76.98%

R = 12.7%
G = 10.32%
B = 76.98%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#100D61 (or 0x100D61) is known color: Midnight Blue. HEX triplet: 10, 0D and 61. RGB value is (16,13,97). Sum of RGB (Red+Green+Blue) = 16+13+97=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #100D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D61 is #EFF29E. Grayscale: #171717. Windows color (decimal): -15725215 or 6360336. OLE color: 6360336.

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

Color convert

RGB 16 13 97 -
CMYK 0.84 0.87 0 0.62
HSL 242.14º 0.76% 0.22% -
HSV(B) 242.14º 0.87% 0.38% -
XYZ 2.52 1.26 11.42 -
YUV 23.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 16 13 97 0.84 0.87 0 0.62 242.14 0.76 0.22
Hex 10 D 61 54 57 0 3E F2 4C 16
Octal 20 15 141 124 127 0 76 362 114 26
Binary 10000 1101 1100001 1010100 1010111 0 111110 11110010 1001100 10110

Color Harmonies of #100D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D61

Black with #100D61

Text Example


Text Example

White with #100D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,13,97); }

 H1.HeaderClassName
 {
   color: #100D61;
 }
 .AnyTagClassName
 {
   color: #100D61;
 }
</style>

background-color css

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

 a { background-color: rgb(16,13,97); }

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

border-color css

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

 span { border-color: rgb(16,13,97); }

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