Html Css Color HEX #1A0068 Midnight Blue

📋 copy color: '#1A0068'

red 26 ◦ green 0 ◦ blue 104

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

Shades of Midnight Blue #1A0068

Tints of Midnight Blue #1A0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 80%

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A0068 (or 0x1A0068) is known color: Midnight Blue. HEX triplet: 1A, 00 and 68. RGB value is (26,0,104). Sum of RGB (Red+Green+Blue) = 26+0+104=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0068 is #E5FF97. Grayscale: #131313. Windows color (decimal): -15073176 or 6815770. OLE color: 6815770.

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

Color convert

RGB 26 0 104 -
CMYK 0.75 1 0 0.59
HSL 255º 1% 0.2% -
HSV(B) 255º 1% 0.41% -
XYZ 2.92 1.22 13.18 -
YUV 19.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 26 0 104 0.75 1 0 0.59 255 1 0.2
Hex 1A 0 68 4B 64 0 3B FF 64 14
Octal 32 0 150 113 144 0 73 377 144 24
Binary 11010 0 1101000 1001011 1100100 0 111011 11111111 1100100 10100

Color Harmonies of #1A0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0068

Black with #1A0068

Text Example


Text Example

White with #1A0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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