#1B2260

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

Shades of Midnight Blue #1B2260

Tints of Midnight Blue #1B2260

Color information

#1B2260 (or 0x1B2260) is unknown color: approx Midnight Blue. HEX triplet: 1B, 22 and 60. RGB value is (27,34,96). Sum of RGB (Red+Green+Blue) = 27+34+96=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2260 is #E4DD9F. Grayscale: #262626. Windows color (decimal): -14998944 or 6300187. OLE color: 6300187.

HSL color Cylindrical-coordinate representation of color #1B2260: hue angle of 233.91º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B2260 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB273496-
CMYK0.720.6500.62
HSL233.91º56.1%24.12%-
HSV(B)233.91º71.88%37.65%-
XYZ3.142.2211.33-
YUV38.98160.18119.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=17.20%
G=21.66%
B=61.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2734960.720.6500.62233.9156.124.12
Hex1B2260484103Eea3818
Octal33421401101010763527030
Binary1101110001011000001001000100000101111101110101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,34,96); }

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

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

 a { background-color: rgb(27,34,96); }

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

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

 span { border-color: rgb(27,34,96); }

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