Html Css Color HEX #10125F Midnight Blue

📋 copy color: '#10125F'

red 16 ◦ green 18 ◦ blue 95

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

Shades of Midnight Blue #10125F

Tints of Midnight Blue #10125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 73.64%

R = 12.4%
G = 13.95%
B = 73.64%

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

#10125F (or 0x10125F) is known color: Midnight Blue. HEX triplet: 10, 12 and 5F. RGB value is (16,18,95). Sum of RGB (Red+Green+Blue) = 16+18+95=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #10125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125F is #EFEDA0. Grayscale: #191919. Windows color (decimal): -15723937 or 6230544. OLE color: 6230544.

HSL color Cylindrical-coordinate representation of color #10125F: hue angle of 238.48º 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 #10125F is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 18 95 -
CMYK 0.83 0.81 0 0.63
HSL 238.48º 0.71% 0.22% -
HSV(B) 238.48º 0.83% 0.37% -
XYZ 2.5 1.37 10.96 -
YUV 26.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 16 18 95 0.83 0.81 0 0.63 238.48 0.71 0.22
Hex 10 12 5F 53 51 0 3F EE 47 16
Octal 20 22 137 123 121 0 77 356 107 26
Binary 10000 10010 1011111 1010011 1010001 0 111111 11101110 1000111 10110

Color Harmonies of #10125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10125F

Black with #10125F

Text Example


Text Example

White with #10125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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