Html Css Color HEX #1B2278 Midnight Blue

📋 copy color: '#1B2278'

red 27 ◦ green 34 ◦ blue 120

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

Shades of Midnight Blue #1B2278

Tints of Midnight Blue #1B2278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 14.92%
G = 18.78%
B = 66.3%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B2278 (or 0x1B2278) is known color: Midnight Blue. HEX triplet: 1B, 22 and 78. RGB value is (27,34,120). Sum of RGB (Red+Green+Blue) = 27+34+120=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B2278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2278 is #E4DD87. Grayscale: #292929. Windows color (decimal): -14998920 or 7873051. OLE color: 7873051.

HSL color Cylindrical-coordinate representation of color #1B2278: hue angle of 235.48º 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 #1B2278 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 34 120 -
CMYK 0.78 0.72 0 0.53
HSL 235.48º 0.63% 0.29% -
HSV(B) 235.48º 0.78% 0.47% -
XYZ 4.41 2.73 18.06 -
YUV 41.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 27 34 120 0.78 0.72 0 0.53 235.48 0.63 0.29
Hex 1B 22 78 4E 48 0 35 EB 3F 1D
Octal 33 42 170 116 110 0 65 353 77 35
Binary 11011 100010 1111000 1001110 1001000 0 110101 11101011 111111 11101

Color Harmonies of #1B2278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2278

Black with #1B2278

Text Example


Text Example

White with #1B2278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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