Html Css Color HEX #10155D Midnight Blue

📋 copy color: '#10155D'

red 16 ◦ green 21 ◦ blue 93

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

Shades of Midnight Blue #10155D

Tints of Midnight Blue #10155D

RGB

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

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

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

R = 12.31%
G = 16.15%
B = 71.54%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10155D (or 0x10155D) is known color: Midnight Blue. HEX triplet: 10, 15 and 5D. RGB value is (16,21,93). Sum of RGB (Red+Green+Blue) = 16+21+93=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #10155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10155D is #EFEAA2. Grayscale: #1B1B1B. Windows color (decimal): -15723171 or 6100240. OLE color: 6100240.

HSL color Cylindrical-coordinate representation of color #10155D: hue angle of 236.1º 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 #10155D is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 21 93 -
CMYK 0.83 0.77 0 0.64
HSL 236.1º 0.71% 0.21% -
HSV(B) 236.1º 0.83% 0.36% -
XYZ 2.46 1.44 10.5 -
YUV 27.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 16 21 93 0.83 0.77 0 0.64 236.1 0.71 0.21
Hex 10 15 5D 53 4D 0 40 EC 47 15
Octal 20 25 135 123 115 0 100 354 107 25
Binary 10000 10101 1011101 1010011 1001101 0 1000000 11101100 1000111 10101

Color Harmonies of #10155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10155D

Black with #10155D

Text Example


Text Example

White with #10155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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