Html Css Color HEX #202063 Midnight Blue

📋 copy color: '#202063'

red 32 ◦ green 32 ◦ blue 99

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

Shades of Midnight Blue #202063

Tints of Midnight Blue #202063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 19.63%
G = 19.63%
B = 60.74%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#202063 (or 0x202063) is known color: Midnight Blue. HEX triplet: 20, 20 and 63. RGB value is (32,32,99). Sum of RGB (Red+Green+Blue) = 32+32+99=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #202063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202063 is #DFDF9C. Grayscale: #272727. Windows color (decimal): -14671773 or 6496288. OLE color: 6496288.

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

Color convert

RGB 32 32 99 -
CMYK 0.68 0.68 0 0.61
HSL 240º 0.51% 0.26% -
HSV(B) 240º 0.68% 0.39% -
XYZ 3.36 2.24 12.06 -
YUV 39.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 32 32 99 0.68 0.68 0 0.61 240 0.51 0.26
Hex 20 20 63 44 44 0 3D F0 33 1A
Octal 40 40 143 104 104 0 75 360 63 32
Binary 100000 100000 1100011 1000100 1000100 0 111101 11110000 110011 11010

Color Harmonies of #202063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202063

Black with #202063

Text Example


Text Example

White with #202063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202063; }

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

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

background-color css

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

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

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

border-color css

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

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

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