#1B145B

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

Shades of Midnight Blue #1B145B

Tints of Midnight Blue #1B145B

Color information

#1B145B (or 0x1B145B) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 5B. RGB value is (27,20,91). Sum of RGB (Red+Green+Blue) = 27+20+91=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B145B is #E4EBA4. Grayscale: #1D1D1D. Windows color (decimal): -15002533 or 5968923. OLE color: 5968923.

HSL color Cylindrical-coordinate representation of color #1B145B: hue angle of 245.92º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B145B is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB272091-
CMYK0.700.7800.64
HSL245.92º63.96%21.76%-
HSV(B)245.92º78.02%35.69%-
XYZ2.591.4910.05-
YUV30.19162.32125.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 91 (35.94% from 255) = 65.94%
R=19.57%
G=14.49%
B=65.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2720910.700.7800.64245.9263.9621.76
Hex1B145B464E040f64016
Octal3324133106116010036610026
Binary11011101001011011100011010011100100000011110110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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