#1B147B

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

Shades of Midnight Blue #1B147B

Tints of Midnight Blue #1B147B

Color information

#1B147B (or 0x1B147B) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 7B. RGB value is (27,20,123). Sum of RGB (Red+Green+Blue) = 27+20+123=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B147B is #E4EB84. Grayscale: #212121. Windows color (decimal): -15002501 or 8066075. OLE color: 8066075.

HSL color Cylindrical-coordinate representation of color #1B147B: hue angle of 244.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B147B is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2720123-
CMYK0.780.8400.52
HSL244.08º72.03%28.04%-
HSV(B)244.08º83.74%48.24%-
XYZ4.282.1618.93-
YUV33.84178.32123.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.88%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 123 (48.44% from 255) = 72.35%
R=15.88%
G=11.76%
B=72.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27201230.780.8400.52244.0872.0328.04
Hex1B147B4E54034f4481c
Octal332417311612406436411034
Binary1101110100111101110011101010100011010011110100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,123); }

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

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

 a { background-color: rgb(27,20,123); }

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

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

 span { border-color: rgb(27,20,123); }

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