#1B2185

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

Shades of Midnight Blue #1B2185

Tints of Midnight Blue #1B2185

Color information

#1B2185 (or 0x1B2185) is unknown color: approx Midnight Blue. HEX triplet: 1B, 21 and 85. RGB value is (27,33,133). Sum of RGB (Red+Green+Blue) = 27+33+133=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2185 is #E4DE7A. Grayscale: #2A2A2A. Windows color (decimal): -14999163 or 8724763. OLE color: 8724763.

HSL color Cylindrical-coordinate representation of color #1B2185: hue angle of 236.6º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B2185 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2733133-
CMYK0.800.7500.48
HSL236.6º66.25%31.37%-
HSV(B)236.6º79.7%52.16%-
XYZ5.233.0122.5-
YUV42.61179.01116.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.99%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=13.99%
G=17.10%
B=68.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27331330.800.7500.48236.666.2531.37
Hex1B2185504B030ed421f
Octal334120512011306035510237
Binary110111000011000010110100001001011011000011101101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,33,133); }

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

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

 a { background-color: rgb(27,33,133); }

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

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

 span { border-color: rgb(27,33,133); }

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