#1B0B7A

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

Shades of Midnight Blue #1B0B7A

Tints of Midnight Blue #1B0B7A

Color information

#1B0B7A (or 0x1B0B7A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 0B and 7A. RGB value is (27,11,122). Sum of RGB (Red+Green+Blue) = 27+11+122=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B0B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0B7A is #E4F485. Grayscale: #1C1C1C. Windows color (decimal): -15004806 or 7998235. OLE color: 7998235.

HSL color Cylindrical-coordinate representation of color #1B0B7A: hue angle of 248.65º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B0B7A is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2711122-
CMYK0.780.9100.52
HSL248.65º83.46%26.08%-
HSV(B)248.65º90.98%47.84%-
XYZ4.081.8818.56-
YUV28.44180.8126.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.88%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=16.88%
G=6.88%
B=76.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27111220.780.9100.52248.6583.4626.08
Hex1BB7A4E5B034f9531a
Octal331317211613306437112332
Binary110111011111101010011101011011011010011111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,11,122); }

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

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

 a { background-color: rgb(27,11,122); }

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

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

 span { border-color: rgb(27,11,122); }

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