Html Css Color HEX #1B1379 Midnight Blue

📋 copy color: '#1B1379'

red 27 ◦ green 19 ◦ blue 121

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

Shades of Midnight Blue #1B1379

Tints of Midnight Blue #1B1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 121 (47.66% from 255) = 72.46%

R = 16.17%
G = 11.38%
B = 72.46%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B1379 (or 0x1B1379) is known color: Midnight Blue. HEX triplet: 1B, 13 and 79. RGB value is (27,19,121). Sum of RGB (Red+Green+Blue) = 27+19+121=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B1379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1379 is #E4EC86. Grayscale: #202020. Windows color (decimal): -15002759 or 7934747. OLE color: 7934747.

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

Color convert

RGB 27 19 121 -
CMYK 0.78 0.84 0 0.53
HSL 244.71º 0.73% 0.27% -
HSV(B) 244.71º 0.84% 0.47% -
XYZ 4.14 2.08 18.27 -
YUV 33.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 27 19 121 0.78 0.84 0 0.53 244.71 0.73 0.27
Hex 1B 13 79 4E 54 0 35 F5 49 1B
Octal 33 23 171 116 124 0 65 365 111 33
Binary 11011 10011 1111001 1001110 1010100 0 110101 11110101 1001001 11011

Color Harmonies of #1B1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1379

Black with #1B1379

Text Example


Text Example

White with #1B1379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,19,121); }

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

background-color css

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

 a { background-color: rgb(27,19,121); }

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

border-color css

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

 span { border-color: rgb(27,19,121); }

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