#21257C

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

Shades of Midnight Blue #21257C

Tints of Midnight Blue #21257C

Color information

#21257C (or 0x21257C) is unknown color: approx Midnight Blue. HEX triplet: 21, 25 and 7C. RGB value is (33,37,124). Sum of RGB (Red+Green+Blue) = 33+37+124=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #21257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21257C is #DEDA83. Grayscale: #2D2D2D. Windows color (decimal): -14604932 or 8135969. OLE color: 8135969.

HSL color Cylindrical-coordinate representation of color #21257C: hue angle of 237.36º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21257C is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3337124-
CMYK0.730.7000.51
HSL237.36º57.96%30.78%-
HSV(B)237.36º73.39%48.63%-
XYZ4.933.119.41-
YUV45.72172.17118.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 124 (48.83% from 255) = 63.92%
R=17.01%
G=19.07%
B=63.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33371240.730.7000.51237.3657.9630.78
Hex21257C4946033ed3a1f
Octal41451741111060633557237
Binary10000110010111111001001001100011001100111110110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21257C; }

 p { color: rgb(33,37,124); }

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

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

 a { background-color: rgb(33,37,124); }

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

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

 span { border-color: rgb(33,37,124); }

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