Html Css Color HEX #1A0059 Midnight Blue

📋 copy color: '#1A0059'

red 26 ◦ green 0 ◦ blue 89

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

Shades of Midnight Blue #1A0059

Tints of Midnight Blue #1A0059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 77.39%

R = 22.61%
G = 0%
B = 77.39%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A0059 (or 0x1A0059) is known color: Midnight Blue. HEX triplet: 1A, 00 and 59. RGB value is (26,0,89). Sum of RGB (Red+Green+Blue) = 26+0+89=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0059 is #E5FFA6. Grayscale: #111111. Windows color (decimal): -15073191 or 5832730. OLE color: 5832730.

HSL color Cylindrical-coordinate representation of color #1A0059: hue angle of 257.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0059 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 0 89 -
CMYK 0.71 1 0 0.65
HSL 257.53º 1% 0.17% -
HSV(B) 257.53º 1% 0.35% -
XYZ 2.23 0.94 9.52 -
YUV 17.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 26 0 89 0.71 1 0 0.65 257.53 1 0.17
Hex 1A 0 59 47 64 0 41 102 64 11
Octal 32 0 131 107 144 0 101 402 144 21
Binary 11010 0 1011001 1000111 1100100 0 1000001 100000010 1100100 10001

Color Harmonies of #1A0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0059

Black with #1A0059

Text Example


Text Example

White with #1A0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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