Html Css Color HEX #101476 Midnight Blue

📋 copy color: '#101476'

red 16 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #101476

Tints of Midnight Blue #101476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 76.62%

R = 10.39%
G = 12.99%
B = 76.62%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#101476 (or 0x101476) is known color: Midnight Blue. HEX triplet: 10, 14 and 76. RGB value is (16,20,118). Sum of RGB (Red+Green+Blue) = 16+20+118=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #101476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101476 is #EFEB89. Grayscale: #1D1D1D. Windows color (decimal): -15723402 or 7738384. OLE color: 7738384.

HSL color Cylindrical-coordinate representation of color #101476: hue angle of 237.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101476 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 20 118 -
CMYK 0.86 0.83 0 0.54
HSL 237.65º 0.76% 0.26% -
HSV(B) 237.65º 0.86% 0.46% -
XYZ 3.73 1.92 17.31 -
YUV 29.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 16 20 118 0.86 0.83 0 0.54 237.65 0.76 0.26
Hex 10 14 76 56 53 0 36 EE 4C 1A
Octal 20 24 166 126 123 0 66 356 114 32
Binary 10000 10100 1110110 1010110 1010011 0 110110 11101110 1001100 11010

Color Harmonies of #101476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101476

Black with #101476

Text Example


Text Example

White with #101476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101476; }

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

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

background-color css

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

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

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

border-color css

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

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

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