Html Css Color HEX #1A066E Midnight Blue

📋 copy color: '#1A066E'

red 26 ◦ green 6 ◦ blue 110

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

Shades of Midnight Blue #1A066E

Tints of Midnight Blue #1A066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 18.31%
G = 4.23%
B = 77.46%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A066E (or 0x1A066E) is known color: Midnight Blue. HEX triplet: 1A, 06 and 6E. RGB value is (26,6,110). Sum of RGB (Red+Green+Blue) = 26+6+110=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A066E is #E5F991. Grayscale: #171717. Windows color (decimal): -15071634 or 7210522. OLE color: 7210522.

HSL color Cylindrical-coordinate representation of color #1A066E: hue angle of 251.54º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A066E is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 6 110 -
CMYK 0.76 0.95 0 0.57
HSL 251.54º 0.9% 0.23% -
HSV(B) 251.54º 0.95% 0.43% -
XYZ 3.31 1.48 14.86 -
YUV 23.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 26 6 110 0.76 0.95 0 0.57 251.54 0.9 0.23
Hex 1A 6 6E 4C 5F 0 39 FC 5A 17
Octal 32 6 156 114 137 0 71 374 132 27
Binary 11010 110 1101110 1001100 1011111 0 111001 11111100 1011010 10111

Color Harmonies of #1A066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A066E

Black with #1A066E

Text Example


Text Example

White with #1A066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,6,110); }

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

background-color css

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

 a { background-color: rgb(26,6,110); }

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

border-color css

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

 span { border-color: rgb(26,6,110); }

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