#1B177F

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

Shades of Midnight Blue #1B177F

Tints of Midnight Blue #1B177F

Color information

#1B177F (or 0x1B177F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 17 and 7F. RGB value is (27,23,127). Sum of RGB (Red+Green+Blue) = 27+23+127=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B177F is #E4E880. Grayscale: #232323. Windows color (decimal): -15001729 or 8328987. OLE color: 8328987.

HSL color Cylindrical-coordinate representation of color #1B177F: hue angle of 242.31º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B177F is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2723127-
CMYK0.790.8200.50
HSL242.31º69.33%29.41%-
HSV(B)242.31º81.89%49.8%-
XYZ4.592.3820.3-
YUV36.05179.33121.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.25%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 127 (50% from 255) = 71.75%
R=15.25%
G=12.99%
B=71.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27231270.790.8200.50242.3169.3329.41
Hex1B177F4F52032f2451d
Octal332717711712206236210535
Binary1101110111111111110011111010010011001011110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,23,127); }

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

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

 a { background-color: rgb(27,23,127); }

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

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

 span { border-color: rgb(27,23,127); }

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