Html Css Color HEX #10135D Midnight Blue

📋 copy color: '#10135D'

red 16 ◦ green 19 ◦ blue 93

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

Shades of Midnight Blue #10135D

Tints of Midnight Blue #10135D

RGB

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

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

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

R = 12.5%
G = 14.84%
B = 72.66%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10135D (or 0x10135D) is known color: Midnight Blue. HEX triplet: 10, 13 and 5D. RGB value is (16,19,93). Sum of RGB (Red+Green+Blue) = 16+19+93=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #10135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10135D is #EFECA2. Grayscale: #1A1A1A. Windows color (decimal): -15723683 or 6099728. OLE color: 6099728.

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

Color convert

RGB 16 19 93 -
CMYK 0.83 0.80 0 0.64
HSL 237.66º 0.71% 0.21% -
HSV(B) 237.66º 0.83% 0.36% -
XYZ 2.42 1.37 10.49 -
YUV 26.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 16 19 93 0.83 0.80 0 0.64 237.66 0.71 0.21
Hex 10 13 5D 53 50 0 40 EE 47 15
Octal 20 23 135 123 120 0 100 356 107 25
Binary 10000 10011 1011101 1010011 1010000 0 1000000 11101110 1000111 10101

Color Harmonies of #10135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10135D

Black with #10135D

Text Example


Text Example

White with #10135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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