#210C60

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

Shades of Midnight Blue #210C60

Tints of Midnight Blue #210C60

Color information

#210C60 (or 0x210C60) is unknown color: approx Midnight Blue. HEX triplet: 21, 0C and 60. RGB value is (33,12,96). Sum of RGB (Red+Green+Blue) = 33+12+96=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #210C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C60 is #DEF39F. Grayscale: #1B1B1B. Windows color (decimal): -14611360 or 6294561. OLE color: 6294561.

HSL color Cylindrical-coordinate representation of color #210C60: hue angle of 255º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210C60 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB331296-
CMYK0.660.8800.62
HSL255º77.78%21.18%-
HSV(B)255º87.5%37.65%-
XYZ2.871.4311.19-
YUV27.85166.46131.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=23.40%
G=8.51%
B=68.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3312960.660.8800.6225577.7821.18
Hex21C60425803Eff4e15
Octal411414010213007637711625
Binary1000011100110000010000101011000011111011111111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210C60; }

 p { color: rgb(33,12,96); }

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

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

 a { background-color: rgb(33,12,96); }

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

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

 span { border-color: rgb(33,12,96); }

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