#1B146F

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

Shades of Midnight Blue #1B146F

Tints of Midnight Blue #1B146F

Color information

#1B146F (or 0x1B146F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 6F. RGB value is (27,20,111). Sum of RGB (Red+Green+Blue) = 27+20+111=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B146F is #E4EB90. Grayscale: #202020. Windows color (decimal): -15002513 or 7279643. OLE color: 7279643.

HSL color Cylindrical-coordinate representation of color #1B146F: hue angle of 244.62º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B146F is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2720111-
CMYK0.760.8200.56
HSL244.62º69.47%25.69%-
HSV(B)244.62º81.98%43.53%-
XYZ3.571.8815.21-
YUV32.47172.32124.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=17.09%
G=12.66%
B=70.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27201110.760.8200.56244.6269.4725.69
Hex1B146F4C52038f5451a
Octal332415711412207036510532
Binary1101110100110111110011001010010011100011110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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