Html Css Color HEX #1B0473 Midnight Blue

📋 copy color: '#1B0473'

red 27 ◦ green 4 ◦ blue 115

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

Shades of Midnight Blue #1B0473

Tints of Midnight Blue #1B0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

 BLUE value IS 115 (45.31% from 255) = 78.77%

R = 18.49%
G = 2.74%
B = 78.77%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B0473 (or 0x1B0473) is known color: Midnight Blue. HEX triplet: 1B, 04 and 73. RGB value is (27,4,115). Sum of RGB (Red+Green+Blue) = 27+4+115=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B0473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0473 is #E4FB8C. Grayscale: #171717. Windows color (decimal): -15006605 or 7537691. OLE color: 7537691.

HSL color Cylindrical-coordinate representation of color #1B0473: hue angle of 252.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0473 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 4 115 -
CMYK 0.77 0.97 0 0.55
HSL 252.43º 0.93% 0.23% -
HSV(B) 252.43º 0.97% 0.45% -
XYZ 3.59 1.56 16.33 -
YUV 23.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 27 4 115 0.77 0.97 0 0.55 252.43 0.93 0.23
Hex 1B 4 73 4D 61 0 37 FC 5D 17
Octal 33 4 163 115 141 0 67 374 135 27
Binary 11011 100 1110011 1001101 1100001 0 110111 11111100 1011101 10111

Color Harmonies of #1B0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0473

Black with #1B0473

Text Example


Text Example

White with #1B0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,4,115); }

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

background-color css

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

 a { background-color: rgb(27,4,115); }

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

border-color css

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

 span { border-color: rgb(27,4,115); }

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