Html Css Color HEX #10127C Midnight Blue

📋 copy color: '#10127C'

red 16 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #10127C

Tints of Midnight Blue #10127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 78.48%

R = 10.13%
G = 11.39%
B = 78.48%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10127C (or 0x10127C) is known color: Midnight Blue. HEX triplet: 10, 12 and 7C. RGB value is (16,18,124). Sum of RGB (Red+Green+Blue) = 16+18+124=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #10127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10127C is #EFED83. Grayscale: #1D1D1D. Windows color (decimal): -15723908 or 8131088. OLE color: 8131088.

HSL color Cylindrical-coordinate representation of color #10127C: hue angle of 238.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10127C is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 18 124 -
CMYK 0.87 0.85 0 0.51
HSL 238.89º 0.77% 0.27% -
HSV(B) 238.89º 0.87% 0.49% -
XYZ 4.07 2 19.24 -
YUV 29.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 16 18 124 0.87 0.85 0 0.51 238.89 0.77 0.27
Hex 10 12 7C 57 55 0 33 EF 4D 1B
Octal 20 22 174 127 125 0 63 357 115 33
Binary 10000 10010 1111100 1010111 1010101 0 110011 11101111 1001101 11011

Color Harmonies of #10127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10127C

Black with #10127C

Text Example


Text Example

White with #10127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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