Html Css Color HEX #221368 Midnight Blue

📋 copy color: '#221368'

red 34 ◦ green 19 ◦ blue 104

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

Shades of Midnight Blue #221368

Tints of Midnight Blue #221368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 104 (41.02% from 255) = 66.24%

R = 21.66%
G = 12.1%
B = 66.24%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#221368 (or 0x221368) is known color: Midnight Blue. HEX triplet: 22, 13 and 68. RGB value is (34,19,104). Sum of RGB (Red+Green+Blue) = 34+19+104=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #221368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221368 is #DDEC97. Grayscale: #202020. Windows color (decimal): -14544024 or 6820642. OLE color: 6820642.

HSL color Cylindrical-coordinate representation of color #221368: hue angle of 250.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221368 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 19 104 -
CMYK 0.67 0.82 0 0.59
HSL 250.59º 0.69% 0.24% -
HSV(B) 250.59º 0.82% 0.41% -
XYZ 3.39 1.81 13.27 -
YUV 33.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 34 19 104 0.67 0.82 0 0.59 250.59 0.69 0.24
Hex 22 13 68 43 52 0 3B FB 45 18
Octal 42 23 150 103 122 0 73 373 105 30
Binary 100010 10011 1101000 1000011 1010010 0 111011 11111011 1000101 11000

Color Harmonies of #221368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221368

Black with #221368

Text Example


Text Example

White with #221368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221368; }

 p { color: rgb(34,19,104); }

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

background-color css

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

 a { background-color: rgb(34,19,104); }

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

border-color css

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

 span { border-color: rgb(34,19,104); }

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