Html Css Color HEX #10125D Midnight Blue

📋 copy color: '#10125D'

red 16 ◦ green 18 ◦ blue 93

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

Shades of Midnight Blue #10125D

Tints of Midnight Blue #10125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.23%

R = 12.6%
G = 14.17%
B = 73.23%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10125D (or 0x10125D) is known color: Midnight Blue. HEX triplet: 10, 12 and 5D. RGB value is (16,18,93). Sum of RGB (Red+Green+Blue) = 16+18+93=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #10125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125D is #EFEDA2. Grayscale: #191919. Windows color (decimal): -15723939 or 6099472. OLE color: 6099472.

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

Color convert

RGB 16 18 93 -
CMYK 0.83 0.81 0 0.64
HSL 238.44º 0.71% 0.21% -
HSV(B) 238.44º 0.83% 0.36% -
XYZ 2.41 1.33 10.49 -
YUV 25.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 16 18 93 0.83 0.81 0 0.64 238.44 0.71 0.21
Hex 10 12 5D 53 51 0 40 EE 47 15
Octal 20 22 135 123 121 0 100 356 107 25
Binary 10000 10010 1011101 1010011 1010001 0 1000000 11101110 1000111 10101

Color Harmonies of #10125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10125D

Black with #10125D

Text Example


Text Example

White with #10125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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