Html Css Color HEX #1B0578 Midnight Blue

📋 copy color: '#1B0578'

red 27 ◦ green 5 ◦ blue 120

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

Shades of Midnight Blue #1B0578

Tints of Midnight Blue #1B0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 78.95%

R = 17.76%
G = 3.29%
B = 78.95%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B0578 (or 0x1B0578) is known color: Midnight Blue. HEX triplet: 1B, 05 and 78. RGB value is (27,5,120). Sum of RGB (Red+Green+Blue) = 27+5+120=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B0578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0578 is #E4FA87. Grayscale: #181818. Windows color (decimal): -15006344 or 7865627. OLE color: 7865627.

HSL color Cylindrical-coordinate representation of color #1B0578: hue angle of 251.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0578 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 5 120 -
CMYK 0.78 0.96 0 0.53
HSL 251.48º 0.92% 0.25% -
HSV(B) 251.48º 0.96% 0.47% -
XYZ 3.9 1.7 17.89 -
YUV 24.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 27 5 120 0.78 0.96 0 0.53 251.48 0.92 0.25
Hex 1B 5 78 4E 60 0 35 FB 5C 19
Octal 33 5 170 116 140 0 65 373 134 31
Binary 11011 101 1111000 1001110 1100000 0 110101 11111011 1011100 11001

Color Harmonies of #1B0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0578

Black with #1B0578

Text Example


Text Example

White with #1B0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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