Html Css Color HEX #1B0371 Midnight Blue

📋 copy color: '#1B0371'

red 27 ◦ green 3 ◦ blue 113

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

Shades of Midnight Blue #1B0371

Tints of Midnight Blue #1B0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

 BLUE value IS 113 (44.53% from 255) = 79.02%

R = 18.88%
G = 2.1%
B = 79.02%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1B0371 (or 0x1B0371) is known color: Midnight Blue. HEX triplet: 1B, 03 and 71. RGB value is (27,3,113). Sum of RGB (Red+Green+Blue) = 27+3+113=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B0371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0371 is #E4FC8E. Grayscale: #161616. Windows color (decimal): -15006863 or 7406363. OLE color: 7406363.

HSL color Cylindrical-coordinate representation of color #1B0371: hue angle of 253.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0371 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 3 113 -
CMYK 0.76 0.97 0 0.56
HSL 253.09º 0.95% 0.23% -
HSV(B) 253.09º 0.97% 0.44% -
XYZ 3.47 1.49 15.73 -
YUV 22.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 27 3 113 0.76 0.97 0 0.56 253.09 0.95 0.23
Hex 1B 3 71 4C 61 0 38 FD 5F 17
Octal 33 3 161 114 141 0 70 375 137 27
Binary 11011 11 1110001 1001100 1100001 0 111000 11111101 1011111 10111

Color Harmonies of #1B0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0371

Black with #1B0371

Text Example


Text Example

White with #1B0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,3,113); }

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

background-color css

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

 a { background-color: rgb(27,3,113); }

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

border-color css

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

 span { border-color: rgb(27,3,113); }

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