Html Css Color HEX #1A1378 Midnight Blue

📋 copy color: '#1A1378'

red 26 ◦ green 19 ◦ blue 120

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

Shades of Midnight Blue #1A1378

Tints of Midnight Blue #1A1378

RGB

 RED value IS 26 (10.55% from 255) = 15.76%

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

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

R = 15.76%
G = 11.52%
B = 72.73%

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

#1A1378 (or 0x1A1378) is known color: Midnight Blue. HEX triplet: 1A, 13 and 78. RGB value is (26,19,120). Sum of RGB (Red+Green+Blue) = 26+19+120=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1378 is #E5EC87. Grayscale: #202020. Windows color (decimal): -15068296 or 7869210. OLE color: 7869210.

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

Color convert

RGB 26 19 120 -
CMYK 0.78 0.84 0 0.53
HSL 244.16º 0.73% 0.27% -
HSV(B) 244.16º 0.84% 0.47% -
XYZ 4.05 2.04 17.95 -
YUV 32.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 26 19 120 0.78 0.84 0 0.53 244.16 0.73 0.27
Hex 1A 13 78 4E 54 0 35 F4 49 1B
Octal 32 23 170 116 124 0 65 364 111 33
Binary 11010 10011 1111000 1001110 1010100 0 110101 11110100 1001001 11011

Color Harmonies of #1A1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1378

Black with #1A1378

Text Example


Text Example

White with #1A1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,19,120); }

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

background-color css

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

 a { background-color: rgb(26,19,120); }

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

border-color css

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

 span { border-color: rgb(26,19,120); }

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