Html Css Color HEX #10125B Midnight Blue

📋 copy color: '#10125B'

red 16 ◦ green 18 ◦ blue 91

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

Shades of Midnight Blue #10125B

Tints of Midnight Blue #10125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.8%

R = 12.8%
G = 14.4%
B = 72.8%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10125B (or 0x10125B) is known color: Midnight Blue. HEX triplet: 10, 12 and 5B. RGB value is (16,18,91). Sum of RGB (Red+Green+Blue) = 16+18+91=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #10125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125B is #EFEDA4. Grayscale: #191919. Windows color (decimal): -15723941 or 5968400. OLE color: 5968400.

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

Color convert

RGB 16 18 91 -
CMYK 0.82 0.80 0 0.64
HSL 238.4º 0.7% 0.21% -
HSV(B) 238.4º 0.82% 0.36% -
XYZ 2.32 1.3 10.03 -
YUV 25.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 16 18 91 0.82 0.80 0 0.64 238.4 0.7 0.21
Hex 10 12 5B 52 50 0 40 EE 46 15
Octal 20 22 133 122 120 0 100 356 106 25
Binary 10000 10010 1011011 1010010 1010000 0 1000000 11101110 1000110 10101

Color Harmonies of #10125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10125B

Black with #10125B

Text Example


Text Example

White with #10125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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