#1A0B61

Color #1A0B61 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1A0B61

Tints of Midnight Blue #1A0B61

Color information

#1A0B61 (or 0x1A0B61) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0B and 61. RGB value is (26,11,97). Sum of RGB (Red+Green+Blue) = 26+11+97=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A0B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B61 is #E5F49E. Grayscale: #181818. Windows color (decimal): -15070367 or 6359834. OLE color: 6359834.

HSL color Cylindrical-coordinate representation of color #1A0B61: hue angle of 250.47º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A0B61 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB261197-
CMYK0.730.8900.62
HSL250.47º79.63%21.18%-
HSV(B)250.47º88.66%38.04%-
XYZ2.71.3211.42-
YUV25.29168.47128.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=19.40%
G=8.21%
B=72.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2611970.730.8900.62250.4779.6321.18
Hex1AB61495903Efa5015
Octal321314111113107637212025
Binary110101011110000110010011011001011111011111010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,11,97); }

 H1.HeaderClassName
 {
   color: #1A0B61;
 }
 .AnyTagClassName
 {
   color: #1A0B61;
 }
</style>
background-color css

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

 a { background-color: rgb(26,11,97); }

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

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

 span { border-color: rgb(26,11,97); }

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