Html Css Color HEX #1B0576 Midnight Blue

📋 copy color: '#1B0576'

red 27 ◦ green 5 ◦ blue 118

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

Shades of Midnight Blue #1B0576

Tints of Midnight Blue #1B0576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 118 (46.48% from 255) = 78.67%

R = 18%
G = 3.33%
B = 78.67%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B0576 (or 0x1B0576) is known color: Midnight Blue. HEX triplet: 1B, 05 and 76. RGB value is (27,5,118). Sum of RGB (Red+Green+Blue) = 27+5+118=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B0576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0576 is #E4FA89. Grayscale: #181818. Windows color (decimal): -15006346 or 7734555. OLE color: 7734555.

HSL color Cylindrical-coordinate representation of color #1B0576: hue angle of 251.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0576 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 5 118 -
CMYK 0.77 0.96 0 0.54
HSL 251.68º 0.92% 0.24% -
HSV(B) 251.68º 0.96% 0.46% -
XYZ 3.78 1.65 17.26 -
YUV 24.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 27 5 118 0.77 0.96 0 0.54 251.68 0.92 0.24
Hex 1B 5 76 4D 60 0 36 FC 5C 18
Octal 33 5 166 115 140 0 66 374 134 30
Binary 11011 101 1110110 1001101 1100000 0 110110 11111100 1011100 11000

Color Harmonies of #1B0576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0576

Black with #1B0576

Text Example


Text Example

White with #1B0576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,118); }

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

background-color css

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

 a { background-color: rgb(27,5,118); }

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

border-color css

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

 span { border-color: rgb(27,5,118); }

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