Html Css Color HEX #1A0065 Midnight Blue

📋 copy color: '#1A0065'

red 26 ◦ green 0 ◦ blue 101

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

Shades of Midnight Blue #1A0065

Tints of Midnight Blue #1A0065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.47%
G = 0%
B = 79.53%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1A0065 (or 0x1A0065) is known color: Midnight Blue. HEX triplet: 1A, 00 and 65. RGB value is (26,0,101). Sum of RGB (Red+Green+Blue) = 26+0+101=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0065 is #E5FF9A. Grayscale: #121212. Windows color (decimal): -15073179 or 6619162. OLE color: 6619162.

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

Color convert

RGB 26 0 101 -
CMYK 0.74 1 0 0.60
HSL 255.45º 1% 0.2% -
HSV(B) 255.45º 1% 0.4% -
XYZ 2.77 1.16 12.39 -
YUV 19.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 26 0 101 0.74 1 0 0.60 255.45 1 0.2
Hex 1A 0 65 4A 64 0 3C FF 64 14
Octal 32 0 145 112 144 0 74 377 144 24
Binary 11010 0 1100101 1001010 1100100 0 111100 11111111 1100100 10100

Color Harmonies of #1A0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0065

Black with #1A0065

Text Example


Text Example

White with #1A0065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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