Html Css Color HEX #221F7C Midnight Blue

📋 copy color: '#221F7C'

red 34 ◦ green 31 ◦ blue 124

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

Shades of Midnight Blue #221F7C

Tints of Midnight Blue #221F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

 BLUE value IS 124 (48.83% from 255) = 65.61%

R = 17.99%
G = 16.4%
B = 65.61%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#221F7C (or 0x221F7C) is known color: Midnight Blue. HEX triplet: 22, 1F and 7C. RGB value is (34,31,124). Sum of RGB (Red+Green+Blue) = 34+31+124=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #221F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F7C is #DDE083. Grayscale: #2A2A2A. Windows color (decimal): -14540932 or 8134434. OLE color: 8134434.

HSL color Cylindrical-coordinate representation of color #221F7C: hue angle of 241.94º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221F7C is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 31 124 -
CMYK 0.73 0.75 0 0.51
HSL 241.94º 0.6% 0.3% -
HSV(B) 241.94º 0.75% 0.49% -
XYZ 4.79 2.78 19.35 -
YUV 42.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 34 31 124 0.73 0.75 0 0.51 241.94 0.6 0.3
Hex 22 1F 7C 49 4B 0 33 F2 3C 1E
Octal 42 37 174 111 113 0 63 362 74 36
Binary 100010 11111 1111100 1001001 1001011 0 110011 11110010 111100 11110

Color Harmonies of #221F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F7C

Black with #221F7C

Text Example


Text Example

White with #221F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,31,124); }

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

background-color css

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

 a { background-color: rgb(34,31,124); }

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

border-color css

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

 span { border-color: rgb(34,31,124); }

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