Html Css Color HEX #21277C Midnight Blue

📋 copy color: '#21277C'

red 33 ◦ green 39 ◦ blue 124

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

Shades of Midnight Blue #21277C

Tints of Midnight Blue #21277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

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

R = 16.84%
G = 19.9%
B = 63.27%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21277C (or 0x21277C) is known color: Midnight Blue. HEX triplet: 21, 27 and 7C. RGB value is (33,39,124). Sum of RGB (Red+Green+Blue) = 33+39+124=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #21277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21277C is #DED883. Grayscale: #2E2E2E. Windows color (decimal): -14604420 or 8136481. OLE color: 8136481.

HSL color Cylindrical-coordinate representation of color #21277C: hue angle of 236.04º 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 #21277C is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 39 124 -
CMYK 0.73 0.69 0 0.51
HSL 236.04º 0.58% 0.31% -
HSV(B) 236.04º 0.73% 0.49% -
XYZ 4.99 3.23 19.43 -
YUV 46.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 33 39 124 0.73 0.69 0 0.51 236.04 0.58 0.31
Hex 21 27 7C 49 45 0 33 EC 3A 1F
Octal 41 47 174 111 105 0 63 354 72 37
Binary 100001 100111 1111100 1001001 1000101 0 110011 11101100 111010 11111

Color Harmonies of #21277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21277C

Black with #21277C

Text Example


Text Example

White with #21277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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