Html Css Color HEX #221273 Midnight Blue

📋 copy color: '#221273'

red 34 ◦ green 18 ◦ blue 115

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

Shades of Midnight Blue #221273

Tints of Midnight Blue #221273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 115 (45.31% from 255) = 68.86%

R = 20.36%
G = 10.78%
B = 68.86%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#221273 (or 0x221273) is known color: Midnight Blue. HEX triplet: 22, 12 and 73. RGB value is (34,18,115). Sum of RGB (Red+Green+Blue) = 34+18+115=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #221273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221273 is #DDED8C. Grayscale: #212121. Windows color (decimal): -14544269 or 7541282. OLE color: 7541282.

HSL color Cylindrical-coordinate representation of color #221273: hue angle of 249.9º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221273 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 18 115 -
CMYK 0.70 0.84 0 0.55
HSL 249.9º 0.73% 0.26% -
HSV(B) 249.9º 0.84% 0.45% -
XYZ 3.97 2.01 16.4 -
YUV 33.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 34 18 115 0.70 0.84 0 0.55 249.9 0.73 0.26
Hex 22 12 73 46 54 0 37 FA 49 1A
Octal 42 22 163 106 124 0 67 372 111 32
Binary 100010 10010 1110011 1000110 1010100 0 110111 11111010 1001001 11010

Color Harmonies of #221273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221273

Black with #221273

Text Example


Text Example

White with #221273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221273; }

 p { color: rgb(34,18,115); }

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

background-color css

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

 a { background-color: rgb(34,18,115); }

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

border-color css

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

 span { border-color: rgb(34,18,115); }

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