Html Css Color HEX #221461 Midnight Blue

📋 copy color: '#221461'

red 34 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #221461

Tints of Midnight Blue #221461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 22.52%
G = 13.25%
B = 64.24%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#221461 (or 0x221461) is known color: Midnight Blue. HEX triplet: 22, 14 and 61. RGB value is (34,20,97). Sum of RGB (Red+Green+Blue) = 34+20+97=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #221461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221461 is #DDEB9E. Grayscale: #202020. Windows color (decimal): -14543775 or 6362146. OLE color: 6362146.

HSL color Cylindrical-coordinate representation of color #221461: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221461 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 20 97 -
CMYK 0.65 0.79 0 0.62
HSL 250.91º 0.66% 0.23% -
HSV(B) 250.91º 0.79% 0.38% -
XYZ 3.07 1.7 11.48 -
YUV 32.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 34 20 97 0.65 0.79 0 0.62 250.91 0.66 0.23
Hex 22 14 61 41 4F 0 3E FB 42 17
Octal 42 24 141 101 117 0 76 373 102 27
Binary 100010 10100 1100001 1000001 1001111 0 111110 11111011 1000010 10111

Color Harmonies of #221461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221461

Black with #221461

Text Example


Text Example

White with #221461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221461; }

 p { color: rgb(34,20,97); }

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

background-color css

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

 a { background-color: rgb(34,20,97); }

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

border-color css

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

 span { border-color: rgb(34,20,97); }

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