#1B135B

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

Shades of Midnight Blue #1B135B

Tints of Midnight Blue #1B135B

Color information

#1B135B (or 0x1B135B) is unknown color: approx Midnight Blue. HEX triplet: 1B, 13 and 5B. RGB value is (27,19,91). Sum of RGB (Red+Green+Blue) = 27+19+91=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B135B is #E4ECA4. Grayscale: #1D1D1D. Windows color (decimal): -15002789 or 5968667. OLE color: 5968667.

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

Color convert

RGB271991-
CMYK0.700.7900.64
HSL246.67º65.45%21.57%-
HSV(B)246.67º79.12%35.69%-
XYZ2.571.4510.04-
YUV29.6162.65126.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=19.71%
G=13.87%
B=66.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2719910.700.7900.64246.6765.4521.57
Hex1B135B464F040f74116
Octal3323133106117010036710126
Binary11011100111011011100011010011110100000011110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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