Html Css Color HEX #1B0E60 Midnight Blue

📋 copy color: '#1B0E60'

red 27 ◦ green 14 ◦ blue 96

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

Shades of Midnight Blue #1B0E60

Tints of Midnight Blue #1B0E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.22%

 BLUE value IS 96 (37.89% from 255) = 70.07%

R = 19.71%
G = 10.22%
B = 70.07%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B0E60 (or 0x1B0E60) is known color: Midnight Blue. HEX triplet: 1B, 0E and 60. RGB value is (27,14,96). Sum of RGB (Red+Green+Blue) = 27+14+96=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B0E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0E60 is #E4F19F. Grayscale: #1A1A1A. Windows color (decimal): -15004064 or 6295067. OLE color: 6295067.

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

Color convert

RGB 27 14 96 -
CMYK 0.72 0.85 0 0.62
HSL 249.51º 0.75% 0.22% -
HSV(B) 249.51º 0.85% 0.38% -
XYZ 2.72 1.39 11.19 -
YUV 27.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 27 14 96 0.72 0.85 0 0.62 249.51 0.75 0.22
Hex 1B E 60 48 55 0 3E FA 4B 16
Octal 33 16 140 110 125 0 76 372 113 26
Binary 11011 1110 1100000 1001000 1010101 0 111110 11111010 1001011 10110

Color Harmonies of #1B0E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0E60

Black with #1B0E60

Text Example


Text Example

White with #1B0E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,14,96); }

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

background-color css

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

 a { background-color: rgb(27,14,96); }

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

border-color css

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

 span { border-color: rgb(27,14,96); }

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