Html Css Color HEX #201F63 Midnight Blue

📋 copy color: '#201F63'

red 32 ◦ green 31 ◦ blue 99

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

Shades of Midnight Blue #201F63

Tints of Midnight Blue #201F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 19.75%
G = 19.14%
B = 61.11%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#201F63 (or 0x201F63) is known color: Midnight Blue. HEX triplet: 20, 1F and 63. RGB value is (32,31,99). Sum of RGB (Red+Green+Blue) = 32+31+99=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #201F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F63 is #DFE09C. Grayscale: #262626. Windows color (decimal): -14672029 or 6496032. OLE color: 6496032.

HSL color Cylindrical-coordinate representation of color #201F63: hue angle of 240.88º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #201F63 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 31 99 -
CMYK 0.68 0.69 0 0.61
HSL 240.88º 0.52% 0.25% -
HSV(B) 240.88º 0.69% 0.39% -
XYZ 3.34 2.19 12.05 -
YUV 39.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 32 31 99 0.68 0.69 0 0.61 240.88 0.52 0.25
Hex 20 1F 63 44 45 0 3D F1 34 19
Octal 40 37 143 104 105 0 75 361 64 31
Binary 100000 11111 1100011 1000100 1000101 0 111101 11110001 110100 11001

Color Harmonies of #201F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F63

Black with #201F63

Text Example


Text Example

White with #201F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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