Html Css Color HEX #221D6B Midnight Blue

📋 copy color: '#221D6B'

red 34 ◦ green 29 ◦ blue 107

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

Shades of Midnight Blue #221D6B

Tints of Midnight Blue #221D6B

RGB

 RED value IS 34 (13.67% from 255) = 20%

 GREEN value IS 29 (11.72% from 255) = 17.06%

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

R = 20%
G = 17.06%
B = 62.94%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#221D6B (or 0x221D6B) is known color: Midnight Blue. HEX triplet: 22, 1D and 6B. RGB value is (34,29,107). Sum of RGB (Red+Green+Blue) = 34+29+107=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #221D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D6B is #DDE294. Grayscale: #272727. Windows color (decimal): -14541461 or 7019810. OLE color: 7019810.

HSL color Cylindrical-coordinate representation of color #221D6B: hue angle of 243.85º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221D6B is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 29 107 -
CMYK 0.68 0.73 0 0.58
HSL 243.85º 0.57% 0.27% -
HSV(B) 243.85º 0.73% 0.42% -
XYZ 3.75 2.28 14.15 -
YUV 39.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 34 29 107 0.68 0.73 0 0.58 243.85 0.57 0.27
Hex 22 1D 6B 44 49 0 3A F4 39 1B
Octal 42 35 153 104 111 0 72 364 71 33
Binary 100010 11101 1101011 1000100 1001001 0 111010 11110100 111001 11011

Color Harmonies of #221D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D6B

Black with #221D6B

Text Example


Text Example

White with #221D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221D6B; }

 p { color: rgb(34,29,107); }

 H1.HeaderClassName
 {
   color: #221D6B;
 }
 .AnyTagClassName
 {
   color: #221D6B;
 }
</style>

background-color css

<style>
 a { background-color: #221D6B; }

 a { background-color: rgb(34,29,107); }

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

border-color css

<style>
 span { border-color: #221D6B; }

 span { border-color: rgb(34,29,107); }

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