#1B228A

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

Shades of Midnight Blue #1B228A

Tints of Midnight Blue #1B228A

Color information

#1B228A (or 0x1B228A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 22 and 8A. RGB value is (27,34,138). Sum of RGB (Red+Green+Blue) = 27+34+138=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B228A is #E4DD75. Grayscale: #2B2B2B. Windows color (decimal): -14998902 or 9052699. OLE color: 9052699.

HSL color Cylindrical-coordinate representation of color #1B228A: hue angle of 236.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B228A is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2734138-
CMYK0.800.7500.46
HSL236.22º67.27%32.35%-
HSV(B)236.22º80.43%54.12%-
XYZ5.613.2124.37-
YUV43.76181.18116.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.57%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 138 (54.30% from 255) = 69.35%
R=13.57%
G=17.09%
B=69.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27341380.800.7500.46236.2267.2732.35
Hex1B228A504B02Eec4320
Octal334221212011305635410340
Binary1101110001010001010101000010010110101110111011001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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