Html Css Color HEX #100463 Midnight Blue

📋 copy color: '#100463'

red 16 ◦ green 4 ◦ blue 99

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

Shades of Midnight Blue #100463

Tints of Midnight Blue #100463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 83.19%

R = 13.45%
G = 3.36%
B = 83.19%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#100463 (or 0x100463) is known color: Midnight Blue. HEX triplet: 10, 04 and 63. RGB value is (16,4,99). Sum of RGB (Red+Green+Blue) = 16+4+99=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #100463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100463 is #EFFB9C. Grayscale: #121212. Windows color (decimal): -15727517 or 6489104. OLE color: 6489104.

HSL color Cylindrical-coordinate representation of color #100463: hue angle of 247.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100463 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 4 99 -
CMYK 0.84 0.96 0 0.61
HSL 247.58º 0.92% 0.2% -
HSV(B) 247.58º 0.96% 0.39% -
XYZ 2.51 1.1 11.88 -
YUV 18.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 16 4 99 0.84 0.96 0 0.61 247.58 0.92 0.2
Hex 10 4 63 54 60 0 3D F8 5C 14
Octal 20 4 143 124 140 0 75 370 134 24
Binary 10000 100 1100011 1010100 1100000 0 111101 11111000 1011100 10100

Color Harmonies of #100463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100463

Black with #100463

Text Example


Text Example

White with #100463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100463; }

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

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

background-color css

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

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

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

border-color css

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

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

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