Html Css Color HEX #201463 Midnight Blue

📋 copy color: '#201463'

red 32 ◦ green 20 ◦ blue 99

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

Shades of Midnight Blue #201463

Tints of Midnight Blue #201463

RGB

 RED value IS 32 (12.89% from 255) = 21.19%

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 21.19%
G = 13.25%
B = 65.56%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#201463 (or 0x201463) is known color: Midnight Blue. HEX triplet: 20, 14 and 63. RGB value is (32,20,99). Sum of RGB (Red+Green+Blue) = 32+20+99=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #201463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201463 is #DFEB9C. Grayscale: #202020. Windows color (decimal): -14674845 or 6493216. OLE color: 6493216.

HSL color Cylindrical-coordinate representation of color #201463: hue angle of 249.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201463 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 20 99 -
CMYK 0.68 0.80 0 0.61
HSL 249.11º 0.66% 0.23% -
HSV(B) 249.11º 0.8% 0.39% -
XYZ 3.1 1.71 11.97 -
YUV 32.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 32 20 99 0.68 0.80 0 0.61 249.11 0.66 0.23
Hex 20 14 63 44 50 0 3D F9 42 17
Octal 40 24 143 104 120 0 75 371 102 27
Binary 100000 10100 1100011 1000100 1010000 0 111101 11111001 1000010 10111

Color Harmonies of #201463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201463

Black with #201463

Text Example


Text Example

White with #201463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201463; }

 p { color: rgb(32,20,99); }

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

background-color css

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

 a { background-color: rgb(32,20,99); }

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

border-color css

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

 span { border-color: rgb(32,20,99); }

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