#1B235F

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

Shades of Midnight Blue #1B235F

Tints of Midnight Blue #1B235F

Color information

#1B235F (or 0x1B235F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 23 and 5F. RGB value is (27,35,95). Sum of RGB (Red+Green+Blue) = 27+35+95=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B235F is #E4DCA0. Grayscale: #272727. Windows color (decimal): -14998689 or 6234907. OLE color: 6234907.

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

Color convert

RGB273595-
CMYK0.720.6300.63
HSL232.94º55.74%23.92%-
HSV(B)232.94º71.58%37.25%-
XYZ3.122.2611.1-
YUV39.45159.35119.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 95 (37.5% from 255) = 60.51%
R=17.20%
G=22.29%
B=60.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2735950.720.6300.63232.9455.7423.92
Hex1B235F483F03Fe93818
Octal3343137110770773517030
Binary110111000111011111100100011111101111111110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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