Html Css Color HEX #21256A Midnight Blue

📋 copy color: '#21256A'

red 33 ◦ green 37 ◦ blue 106

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

Shades of Midnight Blue #21256A

Tints of Midnight Blue #21256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 18.75%
G = 21.02%
B = 60.23%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21256A (or 0x21256A) is known color: Midnight Blue. HEX triplet: 21, 25 and 6A. RGB value is (33,37,106). Sum of RGB (Red+Green+Blue) = 33+37+106=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #21256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21256A is #DEDA95. Grayscale: #2B2B2B. Windows color (decimal): -14604950 or 6956321. OLE color: 6956321.

HSL color Cylindrical-coordinate representation of color #21256A: hue angle of 236.71º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21256A is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 37 106 -
CMYK 0.69 0.65 0 0.58
HSL 236.71º 0.53% 0.27% -
HSV(B) 236.71º 0.69% 0.42% -
XYZ 3.89 2.69 13.95 -
YUV 43.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 33 37 106 0.69 0.65 0 0.58 236.71 0.53 0.27
Hex 21 25 6A 45 41 0 3A ED 35 1B
Octal 41 45 152 105 101 0 72 355 65 33
Binary 100001 100101 1101010 1000101 1000001 0 111010 11101101 110101 11011

Color Harmonies of #21256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21256A

Black with #21256A

Text Example


Text Example

White with #21256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21256A; }

 p { color: rgb(33,37,106); }

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

background-color css

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

 a { background-color: rgb(33,37,106); }

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

border-color css

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

 span { border-color: rgb(33,37,106); }

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