#1B2475

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

Shades of Midnight Blue #1B2475

Tints of Midnight Blue #1B2475

Color information

#1B2475 (or 0x1B2475) is unknown color: approx Midnight Blue. HEX triplet: 1B, 24 and 75. RGB value is (27,36,117). Sum of RGB (Red+Green+Blue) = 27+36+117=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B2475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2475 is #E4DB8A. Grayscale: #2A2A2A. Windows color (decimal): -14998411 or 7676955. OLE color: 7676955.

HSL color Cylindrical-coordinate representation of color #1B2475: hue angle of 234º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2475 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2736117-
CMYK0.770.6900.54
HSL234º62.5%28.24%-
HSV(B)234º76.92%45.88%-
XYZ4.292.7817.14-
YUV42.54170.02116.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 65%
R=15%
G=20%
B=65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27361170.770.6900.5423462.528.24
Hex1B24754D45036ea3e1c
Octal33441651151050663527634
Binary1101110010011101011001101100010101101101110101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,117); }

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

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

 a { background-color: rgb(27,36,117); }

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

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

 span { border-color: rgb(27,36,117); }

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