Html Css Color HEX #101565 Midnight Blue

📋 copy color: '#101565'

red 16 ◦ green 21 ◦ blue 101

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

Shades of Midnight Blue #101565

Tints of Midnight Blue #101565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 101 (39.84% from 255) = 73.19%

R = 11.59%
G = 15.22%
B = 73.19%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#101565 (or 0x101565) is known color: Midnight Blue. HEX triplet: 10, 15 and 65. RGB value is (16,21,101). Sum of RGB (Red+Green+Blue) = 16+21+101=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #101565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101565 is #EFEA9A. Grayscale: #1C1C1C. Windows color (decimal): -15723163 or 6624528. OLE color: 6624528.

HSL color Cylindrical-coordinate representation of color #101565: hue angle of 236.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101565 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 21 101 -
CMYK 0.84 0.79 0 0.60
HSL 236.47º 0.73% 0.23% -
HSV(B) 236.47º 0.84% 0.4% -
XYZ 2.83 1.59 12.47 -
YUV 28.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 16 21 101 0.84 0.79 0 0.60 236.47 0.73 0.23
Hex 10 15 65 54 4F 0 3C EC 49 17
Octal 20 25 145 124 117 0 74 354 111 27
Binary 10000 10101 1100101 1010100 1001111 0 111100 11101100 1001001 10111

Color Harmonies of #101565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101565

Black with #101565

Text Example


Text Example

White with #101565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101565; }

 p { color: rgb(16,21,101); }

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

background-color css

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

 a { background-color: rgb(16,21,101); }

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

border-color css

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

 span { border-color: rgb(16,21,101); }

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