Html Css Color HEX #10046D Midnight Blue

📋 copy color: '#10046D'

red 16 ◦ green 4 ◦ blue 109

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

Shades of Midnight Blue #10046D

Tints of Midnight Blue #10046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 12.4%
G = 3.1%
B = 84.5%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10046D (or 0x10046D) is known color: Midnight Blue. HEX triplet: 10, 04 and 6D. RGB value is (16,4,109). Sum of RGB (Red+Green+Blue) = 16+4+109=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 109 (42.97% from 255 or 84.50% from 129); Max value from RGB is 109 - color contains mainly: blue. Hex color #10046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10046D is #EFFB92. Grayscale: #131313. Windows color (decimal): -15727507 or 7144464. OLE color: 7144464.

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

Color convert

RGB 16 4 109 -
CMYK 0.85 0.96 0 0.57
HSL 246.86º 0.93% 0.22% -
HSV(B) 246.86º 0.96% 0.43% -
XYZ 3.02 1.3 14.56 -
YUV 19.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 16 4 109 0.85 0.96 0 0.57 246.86 0.93 0.22
Hex 10 4 6D 55 60 0 39 F7 5D 16
Octal 20 4 155 125 140 0 71 367 135 26
Binary 10000 100 1101101 1010101 1100000 0 111001 11110111 1011101 10110

Color Harmonies of #10046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10046D

Black with #10046D

Text Example


Text Example

White with #10046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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