Html Css Color HEX #21236B Midnight Blue

📋 copy color: '#21236B'

red 33 ◦ green 35 ◦ blue 107

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

Shades of Midnight Blue #21236B

Tints of Midnight Blue #21236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20%

 BLUE value IS 107 (42.19% from 255) = 61.14%

R = 18.86%
G = 20%
B = 61.14%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21236B (or 0x21236B) is known color: Midnight Blue. HEX triplet: 21, 23 and 6B. RGB value is (33,35,107). Sum of RGB (Red+Green+Blue) = 33+35+107=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #21236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21236B is #DEDC94. Grayscale: #2A2A2A. Windows color (decimal): -14605461 or 7021345. OLE color: 7021345.

HSL color Cylindrical-coordinate representation of color #21236B: hue angle of 238.38º 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 #21236B is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 35 107 -
CMYK 0.69 0.67 0 0.58
HSL 238.38º 0.53% 0.27% -
HSV(B) 238.38º 0.69% 0.42% -
XYZ 3.88 2.59 14.2 -
YUV 42.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 33 35 107 0.69 0.67 0 0.58 238.38 0.53 0.27
Hex 21 23 6B 45 43 0 3A EE 35 1B
Octal 41 43 153 105 103 0 72 356 65 33
Binary 100001 100011 1101011 1000101 1000011 0 111010 11101110 110101 11011

Color Harmonies of #21236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21236B

Black with #21236B

Text Example


Text Example

White with #21236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21236B; }

 p { color: rgb(33,35,107); }

 H1.HeaderClassName
 {
   color: #21236B;
 }
 .AnyTagClassName
 {
   color: #21236B;
 }
</style>

background-color css

<style>
 a { background-color: #21236B; }

 a { background-color: rgb(33,35,107); }

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

border-color css

<style>
 span { border-color: #21236B; }

 span { border-color: rgb(33,35,107); }

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