Html Css Color HEX #1B2978 Midnight Blue

📋 copy color: '#1B2978'

red 27 ◦ green 41 ◦ blue 120

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

Shades of Midnight Blue #1B2978

Tints of Midnight Blue #1B2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 14.36%
G = 21.81%
B = 63.83%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B2978 (or 0x1B2978) is known color: Midnight Blue. HEX triplet: 1B, 29 and 78. RGB value is (27,41,120). Sum of RGB (Red+Green+Blue) = 27+41+120=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B2978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2978 is #E4D687. Grayscale: #2D2D2D. Windows color (decimal): -14997128 or 7874843. OLE color: 7874843.

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

Color convert

RGB 27 41 120 -
CMYK 0.78 0.66 0 0.53
HSL 230.97º 0.63% 0.29% -
HSV(B) 230.97º 0.78% 0.47% -
XYZ 4.64 3.17 18.14 -
YUV 45.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 27 41 120 0.78 0.66 0 0.53 230.97 0.63 0.29
Hex 1B 29 78 4E 42 0 35 E7 3F 1D
Octal 33 51 170 116 102 0 65 347 77 35
Binary 11011 101001 1111000 1001110 1000010 0 110101 11100111 111111 11101

Color Harmonies of #1B2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2978

Black with #1B2978

Text Example


Text Example

White with #1B2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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