#1A185A

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

Shades of Midnight Blue #1A185A

Tints of Midnight Blue #1A185A

Color information

#1A185A (or 0x1A185A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 18 and 5A. RGB value is (26,24,90). Sum of RGB (Red+Green+Blue) = 26+24+90=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A185A is #E5E7A5. Grayscale: #1F1F1F. Windows color (decimal): -15067046 or 5904410. OLE color: 5904410.

HSL color Cylindrical-coordinate representation of color #1A185A: hue angle of 241.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A185A is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB262490-
CMYK0.710.7300.65
HSL241.82º57.89%22.35%-
HSV(B)241.82º73.33%35.29%-
XYZ2.61.619.85-
YUV32.12160.66123.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 90 (35.55% from 255) = 64.29%
R=18.57%
G=17.14%
B=64.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2624900.710.7300.65241.8257.8922.35
Hex1A185A4749041f23a16
Octal323013210711101013627226
Binary1101011000101101010001111001001010000011111001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,90); }

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

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

 a { background-color: rgb(26,24,90); }

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

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

 span { border-color: rgb(26,24,90); }

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