Html Css Color HEX #1A066A Midnight Blue

📋 copy color: '#1A066A'

red 26 ◦ green 6 ◦ blue 106

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

Shades of Midnight Blue #1A066A

Tints of Midnight Blue #1A066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 76.81%

R = 18.84%
G = 4.35%
B = 76.81%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A066A (or 0x1A066A) is known color: Midnight Blue. HEX triplet: 1A, 06 and 6A. RGB value is (26,6,106). Sum of RGB (Red+Green+Blue) = 26+6+106=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 106 (41.80% from 255 or 76.81% from 138); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A066A is #E5F995. Grayscale: #171717. Windows color (decimal): -15071638 or 6948378. OLE color: 6948378.

HSL color Cylindrical-coordinate representation of color #1A066A: hue angle of 252º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A066A is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 6 106 -
CMYK 0.75 0.94 0 0.58
HSL 252º 0.89% 0.22% -
HSV(B) 252º 0.94% 0.42% -
XYZ 3.09 1.39 13.74 -
YUV 23.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 26 6 106 0.75 0.94 0 0.58 252 0.89 0.22
Hex 1A 6 6A 4B 5E 0 3A FC 59 16
Octal 32 6 152 113 136 0 72 374 131 26
Binary 11010 110 1101010 1001011 1011110 0 111010 11111100 1011001 10110

Color Harmonies of #1A066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A066A

Black with #1A066A

Text Example


Text Example

White with #1A066A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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