Html Css Color HEX #221982 Midnight Blue

📋 copy color: '#221982'

red 34 ◦ green 25 ◦ blue 130

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

Shades of Midnight Blue #221982

Tints of Midnight Blue #221982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 17.99%
G = 13.23%
B = 68.78%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#221982 (or 0x221982) is known color: Midnight Blue. HEX triplet: 22, 19 and 82. RGB value is (34,25,130). Sum of RGB (Red+Green+Blue) = 34+25+130=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #221982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221982 is #DDE67D. Grayscale: #272727. Windows color (decimal): -14542462 or 8526114. OLE color: 8526114.

HSL color Cylindrical-coordinate representation of color #221982: hue angle of 245.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221982 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 25 130 -
CMYK 0.74 0.81 0 0.49
HSL 245.14º 0.68% 0.3% -
HSV(B) 245.14º 0.81% 0.51% -
XYZ 5.04 2.65 21.36 -
YUV 39.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 34 25 130 0.74 0.81 0 0.49 245.14 0.68 0.3
Hex 22 19 82 4A 51 0 31 F5 44 1E
Octal 42 31 202 112 121 0 61 365 104 36
Binary 100010 11001 10000010 1001010 1010001 0 110001 11110101 1000100 11110

Color Harmonies of #221982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221982

Black with #221982

Text Example


Text Example

White with #221982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221982; }

 p { color: rgb(34,25,130); }

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

background-color css

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

 a { background-color: rgb(34,25,130); }

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

border-color css

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

 span { border-color: rgb(34,25,130); }

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