Html Css Color HEX #222063 Midnight Blue

📋 copy color: '#222063'

red 34 ◦ green 32 ◦ blue 99

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

Shades of Midnight Blue #222063

Tints of Midnight Blue #222063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 99 (39.06% from 255) = 60%

R = 20.61%
G = 19.39%
B = 60%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#222063 (or 0x222063) is known color: Midnight Blue. HEX triplet: 22, 20 and 63. RGB value is (34,32,99). Sum of RGB (Red+Green+Blue) = 34+32+99=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #222063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222063 is #DDDF9C. Grayscale: #272727. Windows color (decimal): -14540701 or 6496290. OLE color: 6496290.

HSL color Cylindrical-coordinate representation of color #222063: hue angle of 241.79º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #222063 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 32 99 -
CMYK 0.66 0.68 0 0.61
HSL 241.79º 0.51% 0.26% -
HSV(B) 241.79º 0.68% 0.39% -
XYZ 3.43 2.27 12.06 -
YUV 40.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 34 32 99 0.66 0.68 0 0.61 241.79 0.51 0.26
Hex 22 20 63 42 44 0 3D F2 33 1A
Octal 42 40 143 102 104 0 75 362 63 32
Binary 100010 100000 1100011 1000010 1000100 0 111101 11110010 110011 11010

Color Harmonies of #222063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222063

Black with #222063

Text Example


Text Example

White with #222063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222063; }

 p { color: rgb(34,32,99); }

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

background-color css

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

 a { background-color: rgb(34,32,99); }

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

border-color css

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

 span { border-color: rgb(34,32,99); }

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