Html Css Color HEX #210B5F Midnight Blue

📋 copy color: '#210B5F'

red 33 ◦ green 11 ◦ blue 95

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

Shades of Midnight Blue #210B5F

Tints of Midnight Blue #210B5F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 23.74%
G = 7.91%
B = 68.35%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#210B5F (or 0x210B5F) is known color: Midnight Blue. HEX triplet: 21, 0B and 5F. RGB value is (33,11,95). Sum of RGB (Red+Green+Blue) = 33+11+95=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #210B5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B5F is #DEF4A0. Grayscale: #1A1A1A. Windows color (decimal): -14611617 or 6228769. OLE color: 6228769.

HSL color Cylindrical-coordinate representation of color #210B5F: hue angle of 255.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210B5F is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 11 95 -
CMYK 0.65 0.88 0 0.63
HSL 255.71º 0.79% 0.21% -
HSV(B) 255.71º 0.88% 0.37% -
XYZ 2.81 1.39 10.95 -
YUV 27.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 33 11 95 0.65 0.88 0 0.63 255.71 0.79 0.21
Hex 21 B 5F 41 58 0 3F 100 4F 15
Octal 41 13 137 101 130 0 77 400 117 25
Binary 100001 1011 1011111 1000001 1011000 0 111111 100000000 1001111 10101

Color Harmonies of #210B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B5F

Black with #210B5F

Text Example


Text Example

White with #210B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210B5F; }

 p { color: rgb(33,11,95); }

 H1.HeaderClassName
 {
   color: #210B5F;
 }
 .AnyTagClassName
 {
   color: #210B5F;
 }
</style>

background-color css

<style>
 a { background-color: #210B5F; }

 a { background-color: rgb(33,11,95); }

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

border-color css

<style>
 span { border-color: #210B5F; }

 span { border-color: rgb(33,11,95); }

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