Html Css Color HEX #101359 Midnight Blue

📋 copy color: '#101359'

red 16 ◦ green 19 ◦ blue 89

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

Shades of Midnight Blue #101359

Tints of Midnight Blue #101359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 12.9%
G = 15.32%
B = 71.77%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#101359 (or 0x101359) is known color: Midnight Blue. HEX triplet: 10, 13 and 59. RGB value is (16,19,89). Sum of RGB (Red+Green+Blue) = 16+19+89=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #101359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101359 is #EFECA6. Grayscale: #191919. Windows color (decimal): -15723687 or 5837584. OLE color: 5837584.

HSL color Cylindrical-coordinate representation of color #101359: hue angle of 237.53º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101359 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 19 89 -
CMYK 0.82 0.79 0 0.65
HSL 237.53º 0.7% 0.21% -
HSV(B) 237.53º 0.82% 0.35% -
XYZ 2.25 1.3 9.58 -
YUV 26.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 16 19 89 0.82 0.79 0 0.65 237.53 0.7 0.21
Hex 10 13 59 52 4F 0 41 EE 46 15
Octal 20 23 131 122 117 0 101 356 106 25
Binary 10000 10011 1011001 1010010 1001111 0 1000001 11101110 1000110 10101

Color Harmonies of #101359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101359

Black with #101359

Text Example


Text Example

White with #101359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101359; }

 p { color: rgb(16,19,89); }

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

background-color css

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

 a { background-color: rgb(16,19,89); }

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

border-color css

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

 span { border-color: rgb(16,19,89); }

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