Html Css Color HEX #21237B Midnight Blue

📋 copy color: '#21237B'

red 33 ◦ green 35 ◦ blue 123

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

Shades of Midnight Blue #21237B

Tints of Midnight Blue #21237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 17.28%
G = 18.32%
B = 64.4%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21237B (or 0x21237B) is known color: Midnight Blue. HEX triplet: 21, 23 and 7B. RGB value is (33,35,123). Sum of RGB (Red+Green+Blue) = 33+35+123=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #21237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21237B is #DEDC84. Grayscale: #2C2C2C. Windows color (decimal): -14605445 or 8069921. OLE color: 8069921.

HSL color Cylindrical-coordinate representation of color #21237B: hue angle of 238.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21237B is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 35 123 -
CMYK 0.73 0.72 0 0.52
HSL 238.67º 0.58% 0.31% -
HSV(B) 238.67º 0.73% 0.48% -
XYZ 4.8 2.96 19.06 -
YUV 44.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 33 35 123 0.73 0.72 0 0.52 238.67 0.58 0.31
Hex 21 23 7B 49 48 0 34 EF 3A 1F
Octal 41 43 173 111 110 0 64 357 72 37
Binary 100001 100011 1111011 1001001 1001000 0 110100 11101111 111010 11111

Color Harmonies of #21237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21237B

Black with #21237B

Text Example


Text Example

White with #21237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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