Html Css Color HEX #10036D Midnight Blue

📋 copy color: '#10036D'

red 16 ◦ green 3 ◦ blue 109

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

Shades of Midnight Blue #10036D

Tints of Midnight Blue #10036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 12.5%
G = 2.34%
B = 85.16%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10036D (or 0x10036D) is known color: Midnight Blue. HEX triplet: 10, 03 and 6D. RGB value is (16,3,109). Sum of RGB (Red+Green+Blue) = 16+3+109=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #10036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10036D is #EFFC92. Grayscale: #121212. Windows color (decimal): -15727763 or 7144208. OLE color: 7144208.

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

Color convert

RGB 16 3 109 -
CMYK 0.85 0.97 0 0.57
HSL 247.36º 0.95% 0.22% -
HSV(B) 247.36º 0.97% 0.43% -
XYZ 3.01 1.28 14.56 -
YUV 18.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 16 3 109 0.85 0.97 0 0.57 247.36 0.95 0.22
Hex 10 3 6D 55 61 0 39 F7 5F 16
Octal 20 3 155 125 141 0 71 367 137 26
Binary 10000 11 1101101 1010101 1100001 0 111001 11110111 1011111 10110

Color Harmonies of #10036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10036D

Black with #10036D

Text Example


Text Example

White with #10036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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