#1B0774

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

Shades of Midnight Blue #1B0774

Tints of Midnight Blue #1B0774

Color information

#1B0774 (or 0x1B0774) is unknown color: approx Midnight Blue. HEX triplet: 1B, 07 and 74. RGB value is (27,7,116). Sum of RGB (Red+Green+Blue) = 27+7+116=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B0774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0774 is #E4F88B. Grayscale: #181818. Windows color (decimal): -15005836 or 7603995. OLE color: 7603995.

HSL color Cylindrical-coordinate representation of color #1B0774: hue angle of 251.01º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0774 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB277116-
CMYK0.770.9400.55
HSL251.01º88.62%24.12%-
HSV(B)251.01º93.97%45.49%-
XYZ3.681.6516.65-
YUV25.41179.13129.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 116 (45.70% from 255) = 77.33%
R=18%
G=4.67%
B=77.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2771160.770.9400.55251.0188.6224.12
Hex1B7744D5E037fb5918
Octal33716411513606737313130
Binary11011111111010010011011011110011011111111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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