Html Css Color HEX #10125E Midnight Blue

📋 copy color: '#10125E'

red 16 ◦ green 18 ◦ blue 94

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

Shades of Midnight Blue #10125E

Tints of Midnight Blue #10125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

 BLUE value IS 94 (37.11% from 255) = 73.44%

R = 12.5%
G = 14.06%
B = 73.44%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10125E (or 0x10125E) is known color: Midnight Blue. HEX triplet: 10, 12 and 5E. RGB value is (16,18,94). Sum of RGB (Red+Green+Blue) = 16+18+94=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #10125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125E is #EFEDA1. Grayscale: #191919. Windows color (decimal): -15723938 or 6165008. OLE color: 6165008.

HSL color Cylindrical-coordinate representation of color #10125E: hue angle of 238.46º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10125E is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 18 94 -
CMYK 0.83 0.81 0 0.63
HSL 238.46º 0.71% 0.22% -
HSV(B) 238.46º 0.83% 0.37% -
XYZ 2.45 1.35 10.72 -
YUV 26.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 16 18 94 0.83 0.81 0 0.63 238.46 0.71 0.22
Hex 10 12 5E 53 51 0 3F EE 47 16
Octal 20 22 136 123 121 0 77 356 107 26
Binary 10000 10010 1011110 1010011 1010001 0 111111 11101110 1000111 10110

Color Harmonies of #10125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10125E

Black with #10125E

Text Example


Text Example

White with #10125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10125E; }

 p { color: rgb(16,18,94); }

 H1.HeaderClassName
 {
   color: #10125E;
 }
 .AnyTagClassName
 {
   color: #10125E;
 }
</style>

background-color css

<style>
 a { background-color: #10125E; }

 a { background-color: rgb(16,18,94); }

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

border-color css

<style>
 span { border-color: #10125E; }

 span { border-color: rgb(16,18,94); }

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