Html Css Color HEX #1B0271 Midnight Blue

📋 copy color: '#1B0271'

red 27 ◦ green 2 ◦ blue 113

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

Shades of Midnight Blue #1B0271

Tints of Midnight Blue #1B0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 19.01%
G = 1.41%
B = 79.58%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1B0271 (or 0x1B0271) is known color: Midnight Blue. HEX triplet: 1B, 02 and 71. RGB value is (27,2,113). Sum of RGB (Red+Green+Blue) = 27+2+113=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0271 is #E4FD8E. Grayscale: #151515. Windows color (decimal): -15007119 or 7406107. OLE color: 7406107.

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

Color convert

RGB 27 2 113 -
CMYK 0.76 0.98 0 0.56
HSL 253.51º 0.97% 0.23% -
HSV(B) 253.51º 0.98% 0.44% -
XYZ 3.45 1.47 15.72 -
YUV 22.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 27 2 113 0.76 0.98 0 0.56 253.51 0.97 0.23
Hex 1B 2 71 4C 62 0 38 FE 61 17
Octal 33 2 161 114 142 0 70 376 141 27
Binary 11011 10 1110001 1001100 1100010 0 111000 11111110 1100001 10111

Color Harmonies of #1B0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0271

Black with #1B0271

Text Example


Text Example

White with #1B0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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