#210C62

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

Shades of Midnight Blue #210C62

Tints of Midnight Blue #210C62

Color information

#210C62 (or 0x210C62) is unknown color: approx Midnight Blue. HEX triplet: 21, 0C and 62. RGB value is (33,12,98). Sum of RGB (Red+Green+Blue) = 33+12+98=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #210C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C62 is #DEF39D. Grayscale: #1B1B1B. Windows color (decimal): -14611358 or 6425633. OLE color: 6425633.

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

Color convert

RGB331298-
CMYK0.660.8800.62
HSL254.65º78.18%21.57%-
HSV(B)254.65º87.76%38.43%-
XYZ2.961.4711.68-
YUV28.08167.46131.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=23.08%
G=8.39%
B=68.53%

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
Decimal3312980.660.8800.62254.6578.1821.57
Hex21C62425803Eff4e16
Octal411414210213007637711626
Binary1000011100110001010000101011000011111011111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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