Html Css Color HEX #10126F Midnight Blue

📋 copy color: '#10126F'

red 16 ◦ green 18 ◦ blue 111

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

Shades of Midnight Blue #10126F

Tints of Midnight Blue #10126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.55%

R = 11.03%
G = 12.41%
B = 76.55%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10126F (or 0x10126F) is known color: Midnight Blue. HEX triplet: 10, 12 and 6F. RGB value is (16,18,111). Sum of RGB (Red+Green+Blue) = 16+18+111=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #10126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10126F is #EFED90. Grayscale: #1B1B1B. Windows color (decimal): -15723921 or 7279120. OLE color: 7279120.

HSL color Cylindrical-coordinate representation of color #10126F: hue angle of 238.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10126F is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 18 111 -
CMYK 0.86 0.84 0 0.56
HSL 238.74º 0.75% 0.25% -
HSV(B) 238.74º 0.86% 0.44% -
XYZ 3.3 1.69 15.19 -
YUV 28 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 16 18 111 0.86 0.84 0 0.56 238.74 0.75 0.25
Hex 10 12 6F 56 54 0 38 EF 4B 19
Octal 20 22 157 126 124 0 70 357 113 31
Binary 10000 10010 1101111 1010110 1010100 0 111000 11101111 1001011 11001

Color Harmonies of #10126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10126F

Black with #10126F

Text Example


Text Example

White with #10126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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