Html Css Color HEX #1B1480 Midnight Blue

📋 copy color: '#1B1480'

red 27 ◦ green 20 ◦ blue 128

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

Shades of Midnight Blue #1B1480

Tints of Midnight Blue #1B1480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 128 (50.39% from 255) = 73.14%

R = 15.43%
G = 11.43%
B = 73.14%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1B1480 (or 0x1B1480) is known color: Midnight Blue. HEX triplet: 1B, 14 and 80. RGB value is (27,20,128). Sum of RGB (Red+Green+Blue) = 27+20+128=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1480 is #E4EB7F. Grayscale: #212121. Windows color (decimal): -15002496 or 8393755. OLE color: 8393755.

HSL color Cylindrical-coordinate representation of color #1B1480: hue angle of 243.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1480 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 20 128 -
CMYK 0.79 0.84 0 0.50
HSL 243.89º 0.73% 0.29% -
HSV(B) 243.89º 0.84% 0.5% -
XYZ 4.6 2.29 20.62 -
YUV 34.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 27 20 128 0.79 0.84 0 0.50 243.89 0.73 0.29
Hex 1B 14 80 4F 54 0 32 F4 49 1D
Octal 33 24 200 117 124 0 62 364 111 35
Binary 11011 10100 10000000 1001111 1010100 0 110010 11110100 1001001 11101

Color Harmonies of #1B1480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1480

Black with #1B1480

Text Example


Text Example

White with #1B1480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,128); }

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

background-color css

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

 a { background-color: rgb(27,20,128); }

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

border-color css

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

 span { border-color: rgb(27,20,128); }

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