Html Css Color HEX #201263 Midnight Blue

📋 copy color: '#201263'

red 32 ◦ green 18 ◦ blue 99

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

Shades of Midnight Blue #201263

Tints of Midnight Blue #201263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 21.48%
G = 12.08%
B = 66.44%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#201263 (or 0x201263) is known color: Midnight Blue. HEX triplet: 20, 12 and 63. RGB value is (32,18,99). Sum of RGB (Red+Green+Blue) = 32+18+99=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #201263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201263 is #DFED9C. Grayscale: #1F1F1F. Windows color (decimal): -14675357 or 6492704. OLE color: 6492704.

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

Color convert

RGB 32 18 99 -
CMYK 0.68 0.82 0 0.61
HSL 250.37º 0.69% 0.23% -
HSV(B) 250.37º 0.82% 0.39% -
XYZ 3.06 1.64 11.96 -
YUV 31.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 32 18 99 0.68 0.82 0 0.61 250.37 0.69 0.23
Hex 20 12 63 44 52 0 3D FA 45 17
Octal 40 22 143 104 122 0 75 372 105 27
Binary 100000 10010 1100011 1000100 1010010 0 111101 11111010 1000101 10111

Color Harmonies of #201263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201263

Black with #201263

Text Example


Text Example

White with #201263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201263; }

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

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

background-color css

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

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

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

border-color css

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

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

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