Html Css Color HEX #1A066B Midnight Blue

📋 copy color: '#1A066B'

red 26 ◦ green 6 ◦ blue 107

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

Shades of Midnight Blue #1A066B

Tints of Midnight Blue #1A066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 76.98%

R = 18.71%
G = 4.32%
B = 76.98%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A066B (or 0x1A066B) is known color: Midnight Blue. HEX triplet: 1A, 06 and 6B. RGB value is (26,6,107). Sum of RGB (Red+Green+Blue) = 26+6+107=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A066B is #E5F994. Grayscale: #171717. Windows color (decimal): -15071637 or 7013914. OLE color: 7013914.

HSL color Cylindrical-coordinate representation of color #1A066B: hue angle of 251.88º 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 #1A066B is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 6 107 -
CMYK 0.76 0.94 0 0.58
HSL 251.88º 0.89% 0.22% -
HSV(B) 251.88º 0.94% 0.42% -
XYZ 3.14 1.41 14.02 -
YUV 23.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 26 6 107 0.76 0.94 0 0.58 251.88 0.89 0.22
Hex 1A 6 6B 4C 5E 0 3A FC 59 16
Octal 32 6 153 114 136 0 72 374 131 26
Binary 11010 110 1101011 1001100 1011110 0 111010 11111100 1011001 10110

Color Harmonies of #1A066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A066B

Black with #1A066B

Text Example


Text Example

White with #1A066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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