Html Css Color HEX #220F6F Midnight Blue

📋 copy color: '#220F6F'

red 34 ◦ green 15 ◦ blue 111

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

Shades of Midnight Blue #220F6F

Tints of Midnight Blue #220F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.38%

 BLUE value IS 111 (43.75% from 255) = 69.38%

R = 21.25%
G = 9.38%
B = 69.38%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220F6F (or 0x220F6F) is known color: Midnight Blue. HEX triplet: 22, 0F and 6F. RGB value is (34,15,111). Sum of RGB (Red+Green+Blue) = 34+15+111=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #220F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F6F is #DDF090. Grayscale: #1F1F1F. Windows color (decimal): -14545041 or 7278370. OLE color: 7278370.

HSL color Cylindrical-coordinate representation of color #220F6F: hue angle of 251.87º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #220F6F is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 15 111 -
CMYK 0.69 0.86 0 0.56
HSL 251.88º 0.76% 0.25% -
HSV(B) 251.88º 0.86% 0.44% -
XYZ 3.7 1.83 15.2 -
YUV 31.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 34 15 111 0.69 0.86 0 0.56 251.88 0.76 0.25
Hex 22 F 6F 45 56 0 38 FC 4C 19
Octal 42 17 157 105 126 0 70 374 114 31
Binary 100010 1111 1101111 1000101 1010110 0 111000 11111100 1001100 11001

Color Harmonies of #220F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F6F

Black with #220F6F

Text Example


Text Example

White with #220F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F6F; }

 p { color: rgb(34,15,111); }

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

background-color css

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

 a { background-color: rgb(34,15,111); }

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

border-color css

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

 span { border-color: rgb(34,15,111); }

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