Html Css Color HEX #1B2179 Midnight Blue

📋 copy color: '#1B2179'

red 27 ◦ green 33 ◦ blue 121

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

Shades of Midnight Blue #1B2179

Tints of Midnight Blue #1B2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.23%

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

R = 14.92%
G = 18.23%
B = 66.85%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B2179 (or 0x1B2179) is known color: Midnight Blue. HEX triplet: 1B, 21 and 79. RGB value is (27,33,121). Sum of RGB (Red+Green+Blue) = 27+33+121=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 121 (47.66% from 255 or 66.85% from 181); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B2179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2179 is #E4DE86. Grayscale: #282828. Windows color (decimal): -14999175 or 7938331. OLE color: 7938331.

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

Color convert

RGB 27 33 121 -
CMYK 0.78 0.73 0 0.53
HSL 236.17º 0.64% 0.29% -
HSV(B) 236.17º 0.78% 0.47% -
XYZ 4.45 2.7 18.38 -
YUV 41.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 27 33 121 0.78 0.73 0 0.53 236.17 0.64 0.29
Hex 1B 21 79 4E 49 0 35 EC 40 1D
Octal 33 41 171 116 111 0 65 354 100 35
Binary 11011 100001 1111001 1001110 1001001 0 110101 11101100 1000000 11101

Color Harmonies of #1B2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2179

Black with #1B2179

Text Example


Text Example

White with #1B2179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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