#1B2360

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

Shades of Midnight Blue #1B2360

Tints of Midnight Blue #1B2360

Color information

#1B2360 (or 0x1B2360) is unknown color: approx Midnight Blue. HEX triplet: 1B, 23 and 60. RGB value is (27,35,96). Sum of RGB (Red+Green+Blue) = 27+35+96=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B2360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2360 is #E4DC9F. Grayscale: #272727. Windows color (decimal): -14998688 or 6300443. OLE color: 6300443.

HSL color Cylindrical-coordinate representation of color #1B2360: hue angle of 233.04º 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 #1B2360 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB273596-
CMYK0.720.6400.62
HSL233.04º56.1%24.12%-
HSV(B)233.04º71.88%37.65%-
XYZ3.162.2811.34-
YUV39.56159.85119.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=17.09%
G=22.15%
B=60.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2735960.720.6400.62233.0456.124.12
Hex1B2360484003Ee93818
Octal33431401101000763517030
Binary1101110001111000001001000100000001111101110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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