Html Css Color HEX #10136D Midnight Blue

📋 copy color: '#10136D'

red 16 ◦ green 19 ◦ blue 109

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

Shades of Midnight Blue #10136D

Tints of Midnight Blue #10136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 11.11%
G = 13.19%
B = 75.69%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10136D (or 0x10136D) is known color: Midnight Blue. HEX triplet: 10, 13 and 6D. RGB value is (16,19,109). Sum of RGB (Red+Green+Blue) = 16+19+109=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #10136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10136D is #EFEC92. Grayscale: #1C1C1C. Windows color (decimal): -15723667 or 7148304. OLE color: 7148304.

HSL color Cylindrical-coordinate representation of color #10136D: hue angle of 238.06º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10136D is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 19 109 -
CMYK 0.85 0.83 0 0.57
HSL 238.06º 0.74% 0.25% -
HSV(B) 238.06º 0.85% 0.43% -
XYZ 3.21 1.68 14.62 -
YUV 28.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 16 19 109 0.85 0.83 0 0.57 238.06 0.74 0.25
Hex 10 13 6D 55 53 0 39 EE 4A 19
Octal 20 23 155 125 123 0 71 356 112 31
Binary 10000 10011 1101101 1010101 1010011 0 111001 11101110 1001010 11001

Color Harmonies of #10136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10136D

Black with #10136D

Text Example


Text Example

White with #10136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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