Html Css Color HEX #1B015B Midnight Blue

📋 copy color: '#1B015B'

red 27 ◦ green 1 ◦ blue 91

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

Shades of Midnight Blue #1B015B

Tints of Midnight Blue #1B015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

 BLUE value IS 91 (35.94% from 255) = 76.47%

R = 22.69%
G = 0.84%
B = 76.47%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B015B (or 0x1B015B) is known color: Midnight Blue. HEX triplet: 1B, 01 and 5B. RGB value is (27,1,91). Sum of RGB (Red+Green+Blue) = 27+1+91=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B015B is #E4FEA4. Grayscale: #121212. Windows color (decimal): -15007397 or 5964059. OLE color: 5964059.

HSL color Cylindrical-coordinate representation of color #1B015B: hue angle of 257.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B015B is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 1 91 -
CMYK 0.70 0.99 0 0.64
HSL 257.33º 0.98% 0.18% -
HSV(B) 257.33º 0.99% 0.36% -
XYZ 2.35 1.01 9.97 -
YUV 19.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 27 1 91 0.70 0.99 0 0.64 257.33 0.98 0.18
Hex 1B 1 5B 46 63 0 40 101 62 12
Octal 33 1 133 106 143 0 100 401 142 22
Binary 11011 1 1011011 1000110 1100011 0 1000000 100000001 1100010 10010

Color Harmonies of #1B015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B015B

Black with #1B015B

Text Example


Text Example

White with #1B015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,91); }

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

background-color css

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

 a { background-color: rgb(27,1,91); }

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

border-color css

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

 span { border-color: rgb(27,1,91); }

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