Html Css Color HEX #21247C Midnight Blue

📋 copy color: '#21247C'

red 33 ◦ green 36 ◦ blue 124

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

Shades of Midnight Blue #21247C

Tints of Midnight Blue #21247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 17.1%
G = 18.65%
B = 64.25%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21247C (or 0x21247C) is known color: Midnight Blue. HEX triplet: 21, 24 and 7C. RGB value is (33,36,124). Sum of RGB (Red+Green+Blue) = 33+36+124=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #21247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247C is #DEDB83. Grayscale: #2C2C2C. Windows color (decimal): -14605188 or 8135713. OLE color: 8135713.

HSL color Cylindrical-coordinate representation of color #21247C: hue angle of 238.02º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21247C is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 36 124 -
CMYK 0.73 0.71 0 0.51
HSL 238.02º 0.58% 0.31% -
HSV(B) 238.02º 0.73% 0.49% -
XYZ 4.9 3.04 19.4 -
YUV 45.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 33 36 124 0.73 0.71 0 0.51 238.02 0.58 0.31
Hex 21 24 7C 49 47 0 33 EE 3A 1F
Octal 41 44 174 111 107 0 63 356 72 37
Binary 100001 100100 1111100 1001001 1000111 0 110011 11101110 111010 11111

Color Harmonies of #21247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21247C

Black with #21247C

Text Example


Text Example

White with #21247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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