#1B248A

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

Shades of Midnight Blue #1B248A

Tints of Midnight Blue #1B248A

Color information

#1B248A (or 0x1B248A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 24 and 8A. RGB value is (27,36,138). Sum of RGB (Red+Green+Blue) = 27+36+138=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B248A is #E4DB75. Grayscale: #2C2C2C. Windows color (decimal): -14998390 or 9053211. OLE color: 9053211.

HSL color Cylindrical-coordinate representation of color #1B248A: hue angle of 235.14º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B248A is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2736138-
CMYK0.800.7400.46
HSL235.14º67.27%32.35%-
HSV(B)235.14º80.43%54.12%-
XYZ5.673.3324.39-
YUV44.94180.52115.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=13.43%
G=17.91%
B=68.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27361380.800.7400.46235.1467.2732.35
Hex1B248A504A02Eeb4320
Octal334421212011205635310340
Binary1101110010010001010101000010010100101110111010111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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