#1B076F

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

Shades of Midnight Blue #1B076F

Tints of Midnight Blue #1B076F

Color information

#1B076F (or 0x1B076F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 07 and 6F. RGB value is (27,7,111). Sum of RGB (Red+Green+Blue) = 27+7+111=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B076F is #E4F890. Grayscale: #181818. Windows color (decimal): -15005841 or 7276315. OLE color: 7276315.

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

Color convert

RGB277111-
CMYK0.760.9400.56
HSL251.54º88.14%23.14%-
HSV(B)251.54º93.69%43.53%-
XYZ3.41.5315.16-
YUV24.84176.63129.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.62%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=18.62%
G=4.83%
B=76.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2771110.760.9400.56251.5488.1423.14
Hex1B76F4C5E038fc5817
Octal33715711413607037413027
Binary11011111110111110011001011110011100011111100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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