Html Css Color HEX #210B61 Midnight Blue

📋 copy color: '#210B61'

red 33 ◦ green 11 ◦ blue 97

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

Shades of Midnight Blue #210B61

Tints of Midnight Blue #210B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.8%

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

R = 23.4%
G = 7.8%
B = 68.79%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210B61 (or 0x210B61) is known color: Midnight Blue. HEX triplet: 21, 0B and 61. RGB value is (33,11,97). Sum of RGB (Red+Green+Blue) = 33+11+97=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #210B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B61 is #DEF49E. Grayscale: #1B1B1B. Windows color (decimal): -14611615 or 6359841. OLE color: 6359841.

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

Color convert

RGB 33 11 97 -
CMYK 0.66 0.89 0 0.62
HSL 255.35º 0.8% 0.21% -
HSV(B) 255.35º 0.89% 0.38% -
XYZ 2.9 1.43 11.43 -
YUV 27.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 33 11 97 0.66 0.89 0 0.62 255.35 0.8 0.21
Hex 21 B 61 42 59 0 3E FF 50 15
Octal 41 13 141 102 131 0 76 377 120 25
Binary 100001 1011 1100001 1000010 1011001 0 111110 11111111 1010000 10101

Color Harmonies of #210B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B61

Black with #210B61

Text Example


Text Example

White with #210B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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