Html Css Color HEX #1B1979 Midnight Blue

📋 copy color: '#1B1979'

red 27 ◦ green 25 ◦ blue 121

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

Shades of Midnight Blue #1B1979

Tints of Midnight Blue #1B1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 15.61%
G = 14.45%
B = 69.94%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B1979 (or 0x1B1979) is known color: Midnight Blue. HEX triplet: 1B, 19 and 79. RGB value is (27,25,121). Sum of RGB (Red+Green+Blue) = 27+25+121=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B1979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1979 is #E4E686. Grayscale: #242424. Windows color (decimal): -15001223 or 7936283. OLE color: 7936283.

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

Color convert

RGB 27 25 121 -
CMYK 0.78 0.79 0 0.53
HSL 241.25º 0.66% 0.29% -
HSV(B) 241.25º 0.79% 0.47% -
XYZ 4.25 2.31 18.31 -
YUV 36.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 27 25 121 0.78 0.79 0 0.53 241.25 0.66 0.29
Hex 1B 19 79 4E 4F 0 35 F1 42 1D
Octal 33 31 171 116 117 0 65 361 102 35
Binary 11011 11001 1111001 1001110 1001111 0 110101 11110001 1000010 11101

Color Harmonies of #1B1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1979

Black with #1B1979

Text Example


Text Example

White with #1B1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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