Html Css Color HEX #211068 Midnight Blue

📋 copy color: '#211068'

red 33 ◦ green 16 ◦ blue 104

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

Shades of Midnight Blue #211068

Tints of Midnight Blue #211068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 21.57%
G = 10.46%
B = 67.97%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211068 (or 0x211068) is known color: Midnight Blue. HEX triplet: 21, 10 and 68. RGB value is (33,16,104). Sum of RGB (Red+Green+Blue) = 33+16+104=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #211068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211068 is #DEEF97. Grayscale: #1E1E1E. Windows color (decimal): -14610328 or 6819873. OLE color: 6819873.

HSL color Cylindrical-coordinate representation of color #211068: hue angle of 251.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211068 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 16 104 -
CMYK 0.68 0.85 0 0.59
HSL 251.59º 0.73% 0.24% -
HSV(B) 251.59º 0.85% 0.41% -
XYZ 3.31 1.69 13.25 -
YUV 31.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 33 16 104 0.68 0.85 0 0.59 251.59 0.73 0.24
Hex 21 10 68 44 55 0 3B FC 49 18
Octal 41 20 150 104 125 0 73 374 111 30
Binary 100001 10000 1101000 1000100 1010101 0 111011 11111100 1001001 11000

Color Harmonies of #211068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211068

Black with #211068

Text Example


Text Example

White with #211068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211068; }

 p { color: rgb(33,16,104); }

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

background-color css

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

 a { background-color: rgb(33,16,104); }

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

border-color css

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

 span { border-color: rgb(33,16,104); }

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