Html Css Color HEX #201565 Midnight Blue

📋 copy color: '#201565'

red 32 ◦ green 21 ◦ blue 101

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

Shades of Midnight Blue #201565

Tints of Midnight Blue #201565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

 BLUE value IS 101 (39.84% from 255) = 65.58%

R = 20.78%
G = 13.64%
B = 65.58%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#201565 (or 0x201565) is known color: Midnight Blue. HEX triplet: 20, 15 and 65. RGB value is (32,21,101). Sum of RGB (Red+Green+Blue) = 32+21+101=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #201565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201565 is #DFEA9A. Grayscale: #212121. Windows color (decimal): -14674587 or 6624544. OLE color: 6624544.

HSL color Cylindrical-coordinate representation of color #201565: hue angle of 248.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201565 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 32 21 101 -
CMYK 0.68 0.79 0 0.60
HSL 248.25º 0.66% 0.24% -
HSV(B) 248.25º 0.79% 0.4% -
XYZ 3.21 1.78 12.49 -
YUV 33.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 32 21 101 0.68 0.79 0 0.60 248.25 0.66 0.24
Hex 20 15 65 44 4F 0 3C F8 42 18
Octal 40 25 145 104 117 0 74 370 102 30
Binary 100000 10101 1100101 1000100 1001111 0 111100 11111000 1000010 11000

Color Harmonies of #201565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201565

Black with #201565

Text Example


Text Example

White with #201565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201565; }

 p { color: rgb(32,21,101); }

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

background-color css

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

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

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

border-color css

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

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

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