Html Css Color HEX #1B1261 Midnight Blue

📋 copy color: '#1B1261'

red 27 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #1B1261

Tints of Midnight Blue #1B1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 19.01%
G = 12.68%
B = 68.31%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B1261 (or 0x1B1261) is known color: Midnight Blue. HEX triplet: 1B, 12 and 61. RGB value is (27,18,97). Sum of RGB (Red+Green+Blue) = 27+18+97=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B1261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1261 is #E4ED9E. Grayscale: #1D1D1D. Windows color (decimal): -15003039 or 6361627. OLE color: 6361627.

HSL color Cylindrical-coordinate representation of color #1B1261: hue angle of 246.84º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1261 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 18 97 -
CMYK 0.72 0.81 0 0.62
HSL 246.84º 0.69% 0.23% -
HSV(B) 246.84º 0.81% 0.38% -
XYZ 2.83 1.53 11.46 -
YUV 29.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 27 18 97 0.72 0.81 0 0.62 246.84 0.69 0.23
Hex 1B 12 61 48 51 0 3E F7 45 17
Octal 33 22 141 110 121 0 76 367 105 27
Binary 11011 10010 1100001 1001000 1010001 0 111110 11110111 1000101 10111

Color Harmonies of #1B1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1261

Black with #1B1261

Text Example


Text Example

White with #1B1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,97); }

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

background-color css

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

 a { background-color: rgb(27,18,97); }

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

border-color css

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

 span { border-color: rgb(27,18,97); }

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