Html Css Color HEX #10127F Midnight Blue

📋 copy color: '#10127F'

red 16 ◦ green 18 ◦ blue 127

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

Shades of Midnight Blue #10127F

Tints of Midnight Blue #10127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 78.88%

R = 9.94%
G = 11.18%
B = 78.88%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10127F (or 0x10127F) is known color: Midnight Blue. HEX triplet: 10, 12 and 7F. RGB value is (16,18,127). Sum of RGB (Red+Green+Blue) = 16+18+127=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 127 (50% from 255 or 78.88% from 161); Max value from RGB is 127 - color contains mainly: blue. Hex color #10127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10127F is #EFED80. Grayscale: #1D1D1D. Windows color (decimal): -15723905 or 8327696. OLE color: 8327696.

HSL color Cylindrical-coordinate representation of color #10127F: hue angle of 238.92º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10127F is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 18 127 -
CMYK 0.87 0.86 0 0.50
HSL 238.92º 0.78% 0.28% -
HSV(B) 238.92º 0.87% 0.5% -
XYZ 4.26 2.08 20.25 -
YUV 29.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 16 18 127 0.87 0.86 0 0.50 238.92 0.78 0.28
Hex 10 12 7F 57 56 0 32 EF 4E 1C
Octal 20 22 177 127 126 0 62 357 116 34
Binary 10000 10010 1111111 1010111 1010110 0 110010 11101111 1001110 11100

Color Harmonies of #10127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10127F

Black with #10127F

Text Example


Text Example

White with #10127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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