Html Css Color HEX #210C61 Midnight Blue

📋 copy color: '#210C61'

red 33 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #210C61

Tints of Midnight Blue #210C61

RGB

 RED value IS 33 (13.28% from 255) = 23.24%

 GREEN value IS 12 (5.08% from 255) = 8.45%

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 23.24%
G = 8.45%
B = 68.31%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210C61 (or 0x210C61) is known color: Midnight Blue. HEX triplet: 21, 0C and 61. RGB value is (33,12,97). Sum of RGB (Red+Green+Blue) = 33+12+97=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #210C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C61 is #DEF39E. Grayscale: #1B1B1B. Windows color (decimal): -14611359 or 6360097. OLE color: 6360097.

HSL color Cylindrical-coordinate representation of color #210C61: hue angle of 254.82º 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 #210C61 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 12 97 -
CMYK 0.66 0.88 0 0.62
HSL 254.82º 0.78% 0.21% -
HSV(B) 254.82º 0.88% 0.38% -
XYZ 2.92 1.45 11.44 -
YUV 27.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 33 12 97 0.66 0.88 0 0.62 254.82 0.78 0.21
Hex 21 C 61 42 58 0 3E FF 4E 15
Octal 41 14 141 102 130 0 76 377 116 25
Binary 100001 1100 1100001 1000010 1011000 0 111110 11111111 1001110 10101

Color Harmonies of #210C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C61

Black with #210C61

Text Example


Text Example

White with #210C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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