Html Css Color HEX #221274 Midnight Blue

📋 copy color: '#221274'

red 34 ◦ green 18 ◦ blue 116

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

Shades of Midnight Blue #221274

Tints of Midnight Blue #221274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.05%

R = 20.24%
G = 10.71%
B = 69.05%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#221274 (or 0x221274) is known color: Midnight Blue. HEX triplet: 22, 12 and 74. RGB value is (34,18,116). Sum of RGB (Red+Green+Blue) = 34+18+116=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #221274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221274 is #DDED8B. Grayscale: #212121. Windows color (decimal): -14544268 or 7606818. OLE color: 7606818.

HSL color Cylindrical-coordinate representation of color #221274: hue angle of 249.8º 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 #221274 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 18 116 -
CMYK 0.71 0.84 0 0.55
HSL 249.8º 0.73% 0.26% -
HSV(B) 249.8º 0.84% 0.45% -
XYZ 4.03 2.03 16.7 -
YUV 33.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 34 18 116 0.71 0.84 0 0.55 249.8 0.73 0.26
Hex 22 12 74 47 54 0 37 FA 49 1A
Octal 42 22 164 107 124 0 67 372 111 32
Binary 100010 10010 1110100 1000111 1010100 0 110111 11111010 1001001 11010

Color Harmonies of #221274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221274

Black with #221274

Text Example


Text Example

White with #221274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221274; }

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

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

background-color css

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

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

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

border-color css

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

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

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