#221B6C

Color #221B6C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #221B6C

Tints of Midnight Blue #221B6C

Color information

#221B6C (or 0x221B6C) is unknown color: approx Midnight Blue. HEX triplet: 22, 1B and 6C. RGB value is (34,27,108). Sum of RGB (Red+Green+Blue) = 34+27+108=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #221B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B6C is #DDE493. Grayscale: #262626. Windows color (decimal): -14541972 or 7084834. OLE color: 7084834.

HSL color Cylindrical-coordinate representation of color #221B6C: hue angle of 245.19º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221B6C is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3427108-
CMYK0.690.7500.58
HSL245.19º60%26.47%-
HSV(B)245.19º75%42.35%-
XYZ3.762.2114.42-
YUV38.33167.32124.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=20.12%
G=15.98%
B=63.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34271080.690.7500.58245.196026.47
Hex221B6C454B03Af53c1a
Octal42331541051130723657432
Binary1000101101111011001000101100101101110101111010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,27,108); }

 H1.HeaderClassName
 {
   color: #221B6C;
 }
 .AnyTagClassName
 {
   color: #221B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(34,27,108); }

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

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

 span { border-color: rgb(34,27,108); }

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