Html Css Color HEX #1A0464 Midnight Blue

📋 copy color: '#1A0464'

red 26 ◦ green 4 ◦ blue 100

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

Shades of Midnight Blue #1A0464

Tints of Midnight Blue #1A0464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 100 (39.45% from 255) = 76.92%

R = 20%
G = 3.08%
B = 76.92%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1A0464 (or 0x1A0464) is known color: Midnight Blue. HEX triplet: 1A, 04 and 64. RGB value is (26,4,100). Sum of RGB (Red+Green+Blue) = 26+4+100=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 100 (39.45% from 255 or 76.92% from 130); Max value from RGB is 100 - color contains mainly: blue. Hex color #1A0464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0464 is #E5FB9B. Grayscale: #151515. Windows color (decimal): -15072156 or 6554650. OLE color: 6554650.

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

Color convert

RGB 26 4 100 -
CMYK 0.74 0.96 0 0.61
HSL 253.75º 0.92% 0.2% -
HSV(B) 253.75º 0.96% 0.39% -
XYZ 2.77 1.23 12.15 -
YUV 21.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 26 4 100 0.74 0.96 0 0.61 253.75 0.92 0.2
Hex 1A 4 64 4A 60 0 3D FE 5C 14
Octal 32 4 144 112 140 0 75 376 134 24
Binary 11010 100 1100100 1001010 1100000 0 111101 11111110 1011100 10100

Color Harmonies of #1A0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0464

Black with #1A0464

Text Example


Text Example

White with #1A0464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,4,100); }

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

background-color css

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

 a { background-color: rgb(26,4,100); }

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

border-color css

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

 span { border-color: rgb(26,4,100); }

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