#201262

Color #201262 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #201262

Tints of Midnight Blue #201262

Color information

#201262 (or 0x201262) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 62. RGB value is (32,18,98). Sum of RGB (Red+Green+Blue) = 32+18+98=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #201262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201262 is #DFED9D. Grayscale: #1F1F1F. Windows color (decimal): -14675358 or 6427168. OLE color: 6427168.

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

Color convert

RGB321898-
CMYK0.670.8200.62
HSL250.5º68.97%22.75%-
HSV(B)250.5º81.63%38.43%-
XYZ3.021.6211.71-
YUV31.31165.64128.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=21.62%
G=12.16%
B=66.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3218980.670.8200.62250.568.9722.75
Hex201262435203Efa4517
Octal402214210312207637210527
Binary10000010010110001010000111010010011111011111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201262; }

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

 H1.HeaderClassName
 {
   color: #201262;
 }
 .AnyTagClassName
 {
   color: #201262;
 }
</style>
background-color css

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

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

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

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

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

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