Html Css Color HEX #21147D Midnight Blue

📋 copy color: '#21147D'

red 33 ◦ green 20 ◦ blue 125

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

Shades of Midnight Blue #21147D

Tints of Midnight Blue #21147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 18.54%
G = 11.24%
B = 70.22%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21147D (or 0x21147D) is known color: Midnight Blue. HEX triplet: 21, 14 and 7D. RGB value is (33,20,125). Sum of RGB (Red+Green+Blue) = 33+20+125=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #21147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21147D is #DEEB82. Grayscale: #232323. Windows color (decimal): -14609283 or 8197153. OLE color: 8197153.

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

Color convert

RGB 33 20 125 -
CMYK 0.74 0.84 0 0.51
HSL 247.43º 0.72% 0.28% -
HSV(B) 247.43º 0.84% 0.49% -
XYZ 4.58 2.3 19.61 -
YUV 35.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 33 20 125 0.74 0.84 0 0.51 247.43 0.72 0.28
Hex 21 14 7D 4A 54 0 33 F7 48 1C
Octal 41 24 175 112 124 0 63 367 110 34
Binary 100001 10100 1111101 1001010 1010100 0 110011 11110111 1001000 11100

Color Harmonies of #21147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21147D

Black with #21147D

Text Example


Text Example

White with #21147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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