Html Css Color HEX #1B2488 Midnight Blue

📋 copy color: '#1B2488'

red 27 ◦ green 36 ◦ blue 136

#1B2488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1B2488

Tints of Midnight Blue #1B2488

RGB

 RED value IS 27 (10.94% from 255) = 13.57%

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 13.57%
G = 18.09%
B = 68.34%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B2488 (or 0x1B2488) is known color: Midnight Blue. HEX triplet: 1B, 24 and 88. RGB value is (27,36,136). Sum of RGB (Red+Green+Blue) = 27+36+136=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B2488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2488 is #E4DB77. Grayscale: #2C2C2C. Windows color (decimal): -14998392 or 8922139. OLE color: 8922139.

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

Color convert

RGB 27 36 136 -
CMYK 0.80 0.74 0 0.47
HSL 235.05º 0.67% 0.32% -
HSV(B) 235.05º 0.8% 0.53% -
XYZ 5.53 3.27 23.63 -
YUV 44.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 27 36 136 0.80 0.74 0 0.47 235.05 0.67 0.32
Hex 1B 24 88 50 4A 0 2F EB 43 20
Octal 33 44 210 120 112 0 57 353 103 40
Binary 11011 100100 10001000 1010000 1001010 0 101111 11101011 1000011 100000

Color Harmonies of #1B2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2488

Black with #1B2488

Text Example


Text Example

White with #1B2488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B2488;
 }
 .AnyTagClassName
 {
   color: #1B2488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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