Html Css Color HEX #21247D Midnight Blue

📋 copy color: '#21247D'

red 33 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #21247D

Tints of Midnight Blue #21247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 17.01%
G = 18.56%
B = 64.43%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21247D (or 0x21247D) is known color: Midnight Blue. HEX triplet: 21, 24 and 7D. RGB value is (33,36,125). Sum of RGB (Red+Green+Blue) = 33+36+125=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #21247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21247D is #DEDB82. Grayscale: #2C2C2C. Windows color (decimal): -14605187 or 8201249. OLE color: 8201249.

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

Color convert

RGB 33 36 125 -
CMYK 0.74 0.71 0 0.51
HSL 238.04º 0.58% 0.31% -
HSV(B) 238.04º 0.74% 0.49% -
XYZ 4.96 3.07 19.73 -
YUV 45.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 33 36 125 0.74 0.71 0 0.51 238.04 0.58 0.31
Hex 21 24 7D 4A 47 0 33 EE 3A 1F
Octal 41 44 175 112 107 0 63 356 72 37
Binary 100001 100100 1111101 1001010 1000111 0 110011 11101110 111010 11111

Color Harmonies of #21247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21247D

Black with #21247D

Text Example


Text Example

White with #21247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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