Html Css Color HEX #1A0063 Midnight Blue

📋 copy color: '#1A0063'

red 26 ◦ green 0 ◦ blue 99

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

Shades of Midnight Blue #1A0063

Tints of Midnight Blue #1A0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 79.2%

R = 20.8%
G = 0%
B = 79.2%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1A0063 (or 0x1A0063) is known color: Midnight Blue. HEX triplet: 1A, 00 and 63. RGB value is (26,0,99). Sum of RGB (Red+Green+Blue) = 26+0+99=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A0063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0063 is #E5FF9C. Grayscale: #121212. Windows color (decimal): -15073181 or 6488090. OLE color: 6488090.

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

Color convert

RGB 26 0 99 -
CMYK 0.74 1 0 0.61
HSL 255.76º 1% 0.19% -
HSV(B) 255.76º 1% 0.39% -
XYZ 2.68 1.12 11.88 -
YUV 19.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 26 0 99 0.74 1 0 0.61 255.76 1 0.19
Hex 1A 0 63 4A 64 0 3D 100 64 13
Octal 32 0 143 112 144 0 75 400 144 23
Binary 11010 0 1100011 1001010 1100100 0 111101 100000000 1100100 10011

Color Harmonies of #1A0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0063

Black with #1A0063

Text Example


Text Example

White with #1A0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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