Html Css Color HEX #10146D Midnight Blue

📋 copy color: '#10146D'

red 16 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #10146D

Tints of Midnight Blue #10146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 11.03%
G = 13.79%
B = 75.17%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10146D (or 0x10146D) is known color: Midnight Blue. HEX triplet: 10, 14 and 6D. RGB value is (16,20,109). Sum of RGB (Red+Green+Blue) = 16+20+109=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #10146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10146D is #EFEB92. Grayscale: #1C1C1C. Windows color (decimal): -15723411 or 7148560. OLE color: 7148560.

HSL color Cylindrical-coordinate representation of color #10146D: hue angle of 237.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10146D is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 20 109 -
CMYK 0.85 0.82 0 0.57
HSL 237.42º 0.74% 0.25% -
HSV(B) 237.42º 0.85% 0.43% -
XYZ 3.22 1.71 14.63 -
YUV 28.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 16 20 109 0.85 0.82 0 0.57 237.42 0.74 0.25
Hex 10 14 6D 55 52 0 39 ED 4A 19
Octal 20 24 155 125 122 0 71 355 112 31
Binary 10000 10100 1101101 1010101 1010010 0 111001 11101101 1001010 11001

Color Harmonies of #10146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10146D

Black with #10146D

Text Example


Text Example

White with #10146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10146D; }

 p { color: rgb(16,20,109); }

 H1.HeaderClassName
 {
   color: #10146D;
 }
 .AnyTagClassName
 {
   color: #10146D;
 }
</style>

background-color css

<style>
 a { background-color: #10146D; }

 a { background-color: rgb(16,20,109); }

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

border-color css

<style>
 span { border-color: #10146D; }

 span { border-color: rgb(16,20,109); }

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