Html Css Color HEX #211265 Midnight Blue

📋 copy color: '#211265'

red 33 ◦ green 18 ◦ blue 101

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

Shades of Midnight Blue #211265

Tints of Midnight Blue #211265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 101 (39.84% from 255) = 66.45%

R = 21.71%
G = 11.84%
B = 66.45%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#211265 (or 0x211265) is known color: Midnight Blue. HEX triplet: 21, 12 and 65. RGB value is (33,18,101). Sum of RGB (Red+Green+Blue) = 33+18+101=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #211265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211265 is #DEED9A. Grayscale: #1F1F1F. Windows color (decimal): -14609819 or 6623777. OLE color: 6623777.

HSL color Cylindrical-coordinate representation of color #211265: hue angle of 250.84º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211265 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 18 101 -
CMYK 0.67 0.82 0 0.60
HSL 250.84º 0.7% 0.23% -
HSV(B) 250.84º 0.82% 0.4% -
XYZ 3.19 1.7 12.47 -
YUV 31.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 33 18 101 0.67 0.82 0 0.60 250.84 0.7 0.23
Hex 21 12 65 43 52 0 3C FB 46 17
Octal 41 22 145 103 122 0 74 373 106 27
Binary 100001 10010 1100101 1000011 1010010 0 111100 11111011 1000110 10111

Color Harmonies of #211265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211265

Black with #211265

Text Example


Text Example

White with #211265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211265; }

 p { color: rgb(33,18,101); }

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

background-color css

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

 a { background-color: rgb(33,18,101); }

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

border-color css

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

 span { border-color: rgb(33,18,101); }

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