Html Css Color HEX #101980 Midnight Blue

📋 copy color: '#101980'

red 16 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #101980

Tints of Midnight Blue #101980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.79%

 BLUE value IS 128 (50.39% from 255) = 75.74%

R = 9.47%
G = 14.79%
B = 75.74%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#101980 (or 0x101980) is known color: Midnight Blue. HEX triplet: 10, 19 and 80. RGB value is (16,25,128). Sum of RGB (Red+Green+Blue) = 16+25+128=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #101980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101980 is #EFE67F. Grayscale: #212121. Windows color (decimal): -15722112 or 8395024. OLE color: 8395024.

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

Color convert

RGB 16 25 128 -
CMYK 0.88 0.80 0 0.50
HSL 235.18º 0.78% 0.28% -
HSV(B) 235.18º 0.88% 0.5% -
XYZ 4.46 2.36 20.64 -
YUV 34.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 16 25 128 0.88 0.80 0 0.50 235.18 0.78 0.28
Hex 10 19 80 58 50 0 32 EB 4E 1C
Octal 20 31 200 130 120 0 62 353 116 34
Binary 10000 11001 10000000 1011000 1010000 0 110010 11101011 1001110 11100

Color Harmonies of #101980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101980

Black with #101980

Text Example


Text Example

White with #101980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101980; }

 p { color: rgb(16,25,128); }

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

background-color css

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

 a { background-color: rgb(16,25,128); }

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

border-color css

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

 span { border-color: rgb(16,25,128); }

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