#1B207B

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

Shades of Midnight Blue #1B207B

Tints of Midnight Blue #1B207B

Color information

#1B207B (or 0x1B207B) is unknown color: approx Midnight Blue. HEX triplet: 1B, 20 and 7B. RGB value is (27,32,123). Sum of RGB (Red+Green+Blue) = 27+32+123=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B207B is #E4DF84. Grayscale: #282828. Windows color (decimal): -14999429 or 8069147. OLE color: 8069147.

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

Color convert

RGB2732123-
CMYK0.780.7400.52
HSL236.88º64%29.41%-
HSV(B)236.88º78.05%48.24%-
XYZ4.542.719.02-
YUV40.88174.34118.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=14.84%
G=17.58%
B=67.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27321230.780.7400.52236.886429.41
Hex1B207B4E4A034ed401d
Octal334017311611206435510035
Binary11011100000111101110011101001010011010011101101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,123); }

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

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

 a { background-color: rgb(27,32,123); }

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

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

 span { border-color: rgb(27,32,123); }

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