#1b0f5f

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

Shades of Midnight Blue #1B0F5F

Tints of Midnight Blue #1B0F5F

Color information

#1B0F5F (or 0x1B0F5F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 0F and 5F. RGB value is (27,15,95). Sum of RGB (Red+Green+Blue) = 27+15+95=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B0F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0F5F is #E4F0A0. Grayscale: #1B1B1B. Windows color (decimal): -15003809 or 6229787. OLE color: 6229787.

HSL color Cylindrical-coordinate representation of color #1B0F5F: hue angle of 249º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0F5F is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB271595-
CMYK0.720.8400.63
HSL249º72.73%21.57%-
HSV(B)249º84.21%37.25%-
XYZ2.691.410.96-
YUV27.71165.98127.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 95 (37.5% from 255) = 69.34%
R=19.71%
G=10.95%
B=69.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2715950.720.8400.6324972.7321.57
Hex1BF5F485403Ff94916
Octal331713711012407737111126
Binary110111111101111110010001010100011111111111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b0f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,15,95); }

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

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

 a { background-color: rgb(27,15,95); }

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

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

 span { border-color: rgb(27,15,95); }

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