Html Css Color HEX #212463 Midnight Blue

📋 copy color: '#212463'

red 33 ◦ green 36 ◦ blue 99

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

Shades of Midnight Blue #212463

Tints of Midnight Blue #212463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

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

R = 19.64%
G = 21.43%
B = 58.93%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#212463 (or 0x212463) is known color: Midnight Blue. HEX triplet: 21, 24 and 63. RGB value is (33,36,99). Sum of RGB (Red+Green+Blue) = 33+36+99=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #212463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212463 is #DEDB9C. Grayscale: #2A2A2A. Windows color (decimal): -14605213 or 6497313. OLE color: 6497313.

HSL color Cylindrical-coordinate representation of color #212463: hue angle of 237.27º 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 #212463 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 36 99 -
CMYK 0.67 0.64 0 0.61
HSL 237.27º 0.5% 0.26% -
HSV(B) 237.27º 0.67% 0.39% -
XYZ 3.51 2.49 12.1 -
YUV 42.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 33 36 99 0.67 0.64 0 0.61 237.27 0.5 0.26
Hex 21 24 63 43 40 0 3D ED 32 1A
Octal 41 44 143 103 100 0 75 355 62 32
Binary 100001 100100 1100011 1000011 1000000 0 111101 11101101 110010 11010

Color Harmonies of #212463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212463

Black with #212463

Text Example


Text Example

White with #212463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212463; }

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

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

background-color css

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

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

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

border-color css

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

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

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