#1B226C

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

Shades of Midnight Blue #1B226C

Tints of Midnight Blue #1B226C

Color information

#1B226C (or 0x1B226C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 22 and 6C. RGB value is (27,34,108). Sum of RGB (Red+Green+Blue) = 27+34+108=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 34 (13.67% from 255 or 20.12% 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 #1B226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B226C is #E4DD93. Grayscale: #282828. Windows color (decimal): -14998932 or 7086619. OLE color: 7086619.

HSL color Cylindrical-coordinate representation of color #1B226C: hue angle of 234.81º 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 #1B226C is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2734108-
CMYK0.750.6900.58
HSL234.81º60%26.47%-
HSV(B)234.81º75%42.35%-
XYZ3.732.4614.47-
YUV40.34166.18118.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27341080.750.6900.58234.816026.47
Hex1B226C4B4503Aeb3c1a
Octal33421541131050723537432
Binary1101110001011011001001011100010101110101110101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B226C; }

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

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

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

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

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

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

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

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