Html Css Color HEX #10165D Midnight Blue

📋 copy color: '#10165D'

red 16 ◦ green 22 ◦ blue 93

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

Shades of Midnight Blue #10165D

Tints of Midnight Blue #10165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 12.21%
G = 16.79%
B = 70.99%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10165D (or 0x10165D) is known color: Midnight Blue. HEX triplet: 10, 16 and 5D. RGB value is (16,22,93). Sum of RGB (Red+Green+Blue) = 16+22+93=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #10165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165D is #EFE9A2. Grayscale: #1C1C1C. Windows color (decimal): -15722915 or 6100496. OLE color: 6100496.

HSL color Cylindrical-coordinate representation of color #10165D: hue angle of 235.32º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10165D is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 22 93 -
CMYK 0.83 0.76 0 0.64
HSL 235.32º 0.71% 0.21% -
HSV(B) 235.32º 0.83% 0.36% -
XYZ 2.48 1.47 10.51 -
YUV 28.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 16 22 93 0.83 0.76 0 0.64 235.32 0.71 0.21
Hex 10 16 5D 53 4C 0 40 EB 47 15
Octal 20 26 135 123 114 0 100 353 107 25
Binary 10000 10110 1011101 1010011 1001100 0 1000000 11101011 1000111 10101

Color Harmonies of #10165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10165D

Black with #10165D

Text Example


Text Example

White with #10165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10165D; }

 p { color: rgb(16,22,93); }

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

background-color css

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

 a { background-color: rgb(16,22,93); }

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

border-color css

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

 span { border-color: rgb(16,22,93); }

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