Html Css Color HEX #212263 Midnight Blue

📋 copy color: '#212263'

red 33 ◦ green 34 ◦ blue 99

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

Shades of Midnight Blue #212263

Tints of Midnight Blue #212263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.48%

 BLUE value IS 99 (39.06% from 255) = 59.64%

R = 19.88%
G = 20.48%
B = 59.64%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#212263 (or 0x212263) is known color: Midnight Blue. HEX triplet: 21, 22 and 63. RGB value is (33,34,99). Sum of RGB (Red+Green+Blue) = 33+34+99=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #212263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212263 is #DEDD9C. Grayscale: #282828. Windows color (decimal): -14605725 or 6496801. OLE color: 6496801.

HSL color Cylindrical-coordinate representation of color #212263: hue angle of 239.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212263 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 34 99 -
CMYK 0.67 0.66 0 0.61
HSL 239.09º 0.5% 0.26% -
HSV(B) 239.09º 0.67% 0.39% -
XYZ 3.45 2.37 12.08 -
YUV 41.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 33 34 99 0.67 0.66 0 0.61 239.09 0.5 0.26
Hex 21 22 63 43 42 0 3D EF 32 1A
Octal 41 42 143 103 102 0 75 357 62 32
Binary 100001 100010 1100011 1000011 1000010 0 111101 11101111 110010 11010

Color Harmonies of #212263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212263

Black with #212263

Text Example


Text Example

White with #212263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212263; }

 p { color: rgb(33,34,99); }

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

background-color css

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

 a { background-color: rgb(33,34,99); }

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

border-color css

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

 span { border-color: rgb(33,34,99); }

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