Html Css Color HEX #1A1365 Midnight Blue

📋 copy color: '#1A1365'

red 26 ◦ green 19 ◦ blue 101

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

Shades of Midnight Blue #1A1365

Tints of Midnight Blue #1A1365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 17.81%
G = 13.01%
B = 69.18%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1A1365 (or 0x1A1365) is known color: Midnight Blue. HEX triplet: 1A, 13 and 65. RGB value is (26,19,101). Sum of RGB (Red+Green+Blue) = 26+19+101=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A1365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1365 is #E5EC9A. Grayscale: #1E1E1E. Windows color (decimal): -15068315 or 6624026. OLE color: 6624026.

HSL color Cylindrical-coordinate representation of color #1A1365: hue angle of 245.12º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1365 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 26 19 101 -
CMYK 0.74 0.81 0 0.60
HSL 245.12º 0.68% 0.24% -
HSV(B) 245.12º 0.81% 0.4% -
XYZ 3.01 1.62 12.47 -
YUV 30.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 26 19 101 0.74 0.81 0 0.60 245.12 0.68 0.24
Hex 1A 13 65 4A 51 0 3C F5 44 18
Octal 32 23 145 112 121 0 74 365 104 30
Binary 11010 10011 1100101 1001010 1010001 0 111100 11110101 1000100 11000

Color Harmonies of #1A1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1365

Black with #1A1365

Text Example


Text Example

White with #1A1365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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