Html Css Color HEX #1B2687 Midnight Blue

📋 copy color: '#1B2687'

red 27 ◦ green 38 ◦ blue 135

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

Shades of Midnight Blue #1B2687

Tints of Midnight Blue #1B2687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 135 (53.13% from 255) = 67.5%

R = 13.5%
G = 19%
B = 67.5%

CMYK

 C value IS 0.8

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B2687 (or 0x1B2687) is known color: Midnight Blue. HEX triplet: 1B, 26 and 87. RGB value is (27,38,135). Sum of RGB (Red+Green+Blue) = 27+38+135=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B2687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2687 is #E4D978. Grayscale: #2D2D2D. Windows color (decimal): -14997881 or 8857115. OLE color: 8857115.

HSL color Cylindrical-coordinate representation of color #1B2687: hue angle of 233.89º 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 #1B2687 is Cyan = 0.8, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 38 135 -
CMYK 0.8 0.72 0 0.47
HSL 233.89º 0.67% 0.32% -
HSV(B) 233.89º 0.8% 0.53% -
XYZ 5.52 3.37 23.28 -
YUV 45.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 27 38 135 0.8 0.72 0 0.47 233.89 0.67 0.32
Hex 1B 26 87 50 48 0 2F EA 43 20
Octal 33 46 207 120 110 0 57 352 103 40
Binary 11011 100110 10000111 1010000 1001000 0 101111 11101010 1000011 100000

Color Harmonies of #1B2687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2687

Black with #1B2687

Text Example


Text Example

White with #1B2687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,38,135); }

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

background-color css

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

 a { background-color: rgb(27,38,135); }

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

border-color css

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

 span { border-color: rgb(27,38,135); }

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