#1B276F

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

Shades of Midnight Blue #1B276F

Tints of Midnight Blue #1B276F

Color information

#1B276F (or 0x1B276F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 27 and 6F. RGB value is (27,39,111). Sum of RGB (Red+Green+Blue) = 27+39+111=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B276F is #E4D890. Grayscale: #2B2B2B. Windows color (decimal): -14997649 or 7284507. OLE color: 7284507.

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

Color convert

RGB2739111-
CMYK0.760.6500.56
HSL231.43º60.87%27.06%-
HSV(B)231.43º75.68%43.53%-
XYZ4.052.8315.37-
YUV43.62166.02116.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.25%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=15.25%
G=22.03%
B=62.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27391110.760.6500.56231.4360.8727.06
Hex1B276F4C41038e73d1b
Octal33471571141010703477533
Binary1101110011111011111001100100000101110001110011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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