Html Css Color HEX #101461 Midnight Blue

📋 copy color: '#101461'

red 16 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #101461

Tints of Midnight Blue #101461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 72.93%

R = 12.03%
G = 15.04%
B = 72.93%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#101461 (or 0x101461) is known color: Midnight Blue. HEX triplet: 10, 14 and 61. RGB value is (16,20,97). Sum of RGB (Red+Green+Blue) = 16+20+97=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #101461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101461 is #EFEB9E. Grayscale: #1B1B1B. Windows color (decimal): -15723423 or 6362128. OLE color: 6362128.

HSL color Cylindrical-coordinate representation of color #101461: hue angle of 237.04º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101461 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 20 97 -
CMYK 0.84 0.79 0 0.62
HSL 237.04º 0.72% 0.22% -
HSV(B) 237.04º 0.84% 0.38% -
XYZ 2.62 1.47 11.46 -
YUV 27.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 16 20 97 0.84 0.79 0 0.62 237.04 0.72 0.22
Hex 10 14 61 54 4F 0 3E ED 48 16
Octal 20 24 141 124 117 0 76 355 110 26
Binary 10000 10100 1100001 1010100 1001111 0 111110 11101101 1001000 10110

Color Harmonies of #101461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101461

Black with #101461

Text Example


Text Example

White with #101461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101461; }

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

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

background-color css

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

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

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

border-color css

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

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

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